mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 02:34:24 +02:00
Bump version to 3.0.133
This commit is contained in:
@@ -4414,7 +4414,7 @@ class Page extends WireData implements \Countable, WireMatchable {
|
||||
* $values = $meta->getArray();
|
||||
* ~~~~~
|
||||
*
|
||||
* #pw-internal
|
||||
* #pw-advanced
|
||||
*
|
||||
* @param string|bool $key Omit to get the WireData instance or specify property name to get or set.
|
||||
* @param null|mixed $value Value to set for given $key or omit if getting a value.
|
||||
|
@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 132;
|
||||
const versionRevision = 133;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user