From af5cbd7e3ccdc260aa3ab087da2f9b8c1bc09858 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 1 Nov 2024 14:59:38 -0400 Subject: [PATCH] Bump version to 3.0.242 --- wire/core/InputfieldWrapper.php | 2 +- wire/core/NullPage.php | 1 + wire/core/ProcessWire.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wire/core/InputfieldWrapper.php b/wire/core/InputfieldWrapper.php index 2a8d7242..7376aa36 100644 --- a/wire/core/InputfieldWrapper.php +++ b/wire/core/InputfieldWrapper.php @@ -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}` diff --git a/wire/core/NullPage.php b/wire/core/NullPage.php index 7d4dd9e0..4580f906 100644 --- a/wire/core/NullPage.php +++ b/wire/core/NullPage.php @@ -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; } diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 115f34b4..214009ba 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -80,7 +80,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 241; + const versionRevision = 242; /** * Version suffix string (when applicable)