1
0
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:
Ryan Cramer
2020-02-21 15:35:37 -05:00
parent 3670031682
commit 60d62ea3a1
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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.
*