diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 39be96d8..b828ac2c 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 175; + const versionRevision = 176; /** * Version suffix string (when applicable) diff --git a/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module b/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module index d2b53445..d21cfaa9 100644 --- a/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module +++ b/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module @@ -239,7 +239,7 @@ class InputfieldTextTags extends Inputfield implements /** * Given tags string or array, return array of [ 'tag' => 'label' ] * - * Public API usages likely would prefer the static tagsLabels() method instead. + * Public API usages likely would prefer the static InputfieldTextTags::tagsArray() method instead. * * #pw-internal *