1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +02:00

Bump version to 3.0.212

This commit is contained in:
Ryan Cramer
2023-02-17 10:43:54 -05:00
parent 5a4ac84301
commit 91f4b7cd6e
2 changed files with 3 additions and 2 deletions

View File

@@ -775,7 +775,8 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
$errors = $inputfield->getErrors(true);
if(count($errors)) {
$collapsed = $renderValueMode ? Inputfield::collapsedNoLocked : Inputfield::collapsedNo;
$errorsOut = implode(', ', $errors);
$comma = $this->_(','); // Comma or other character to separate multiple error messages
$errorsOut = implode("$comma ", $errors);
}
} else $errors = array();

View File

@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 211;
const versionRevision = 212;
/**
* Version suffix string (when applicable)