diff --git a/wire/core/Page.php b/wire/core/Page.php index 71b28f6c..de546c13 100644 --- a/wire/core/Page.php +++ b/wire/core/Page.php @@ -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. diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 0c6b0af2..8923909f 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -44,7 +44,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 132; + const versionRevision = 133; /** * Version suffix string (when applicable)