mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 10:15:28 +02:00
Bump version to 3.0.151
This commit is contained in:
@@ -46,7 +46,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 150;
|
||||
const versionRevision = 151;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
@@ -1537,7 +1537,7 @@ abstract class Wire implements WireTranslatable, WireFuelable, WireTrackable {
|
||||
*
|
||||
* #pw-group-translation
|
||||
*
|
||||
* @param string $text Text string to translate
|
||||
* @param string|array $text Text string to translate (or array in 3.0.151 also supported)
|
||||
* @return string
|
||||
*
|
||||
*/
|
||||
@@ -1552,7 +1552,7 @@ abstract class Wire implements WireTranslatable, WireFuelable, WireTrackable {
|
||||
*
|
||||
* #pw-group-translation
|
||||
*
|
||||
* @param string $text Text for translation.
|
||||
* @param string|array $text Text for translation.
|
||||
* @param string $context Name of context
|
||||
* @return string Translated text or original text if translation not available.
|
||||
*
|
||||
|
Reference in New Issue
Block a user