1
0
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:
Ryan Cramer
2024-11-01 14:59:38 -04:00
parent 4d6589bdc8
commit af5cbd7e3c
3 changed files with 3 additions and 2 deletions

View File

@@ -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}`

View File

@@ -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; }

View File

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