From 5a2c4c201489be7665b1ccb5fb2e0cef6ad19228 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 5 Feb 2021 16:21:13 -0500 Subject: [PATCH] Bump version to 3.0.172 --- wire/core/PagesLoader.php | 2 +- wire/core/ProcessWire.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)