mirror of
https://github.com/processwire/processwire.git
synced 2025-08-07 23:38:29 +02:00
Bump version to 3.0.242
This commit is contained in:
@@ -987,7 +987,7 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
|
||||
}
|
||||
|
||||
/**
|
||||
* Set attribute value in markup, optionall replacing a {placeholder} tag
|
||||
* Set attribute value in markup, optionally replacing a {placeholder} tag
|
||||
*
|
||||
* When a placeholder is present in the given $markup, it should be the
|
||||
* attribute name wrapped in `{}`, i.e. `{class}`
|
||||
|
@@ -65,6 +65,7 @@ class NullPage extends Page implements WireNull {
|
||||
*
|
||||
* @param string $selector
|
||||
* @return null
|
||||
* @todo can this return NullPage instead?
|
||||
*
|
||||
*/
|
||||
public function parent($selector = '') { return null; }
|
||||
|
@@ -80,7 +80,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 241;
|
||||
const versionRevision = 242;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user