mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Bump version to 3.0.199
This commit is contained in:
@@ -1401,7 +1401,7 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
|
|||||||
* #pw-group-retrieval-and-traversal
|
* #pw-group-retrieval-and-traversal
|
||||||
*
|
*
|
||||||
* @param string $name Name of Inputfield
|
* @param string $name Name of Inputfield
|
||||||
* @return Inputfield|null
|
* @return Inputfield|InputfieldWrapper|null
|
||||||
* @see InputfieldWrapper::get(), InputfieldWrapper::children()
|
* @see InputfieldWrapper::get(), InputfieldWrapper::children()
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 198;
|
const versionRevision = 199;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user