1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 09:44:38 +02:00
This commit is contained in:
Ryan Cramer
2021-04-30 14:56:52 -04:00
parent 6d8316d647
commit d9d6440d43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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