diff --git a/wire/core/PagesLoader.php b/wire/core/PagesLoader.php index e3bcada0..b0df8d23 100644 --- a/wire/core/PagesLoader.php +++ b/wire/core/PagesLoader.php @@ -588,7 +588,7 @@ class PagesLoader extends Wire { * @since 3.0.172 * */ - protected function findMin($selector, array $options = array()) { + public function findMin($selector, array $options = array()) { $useCache = isset($options['cache']) ? $options['cache'] : true; $templates = $this->wire()->templates; diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index aebd55f3..a691ddec 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 171; + const versionRevision = 172; /** * Version suffix string (when applicable)