1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 10:15:28 +02:00

Bump version to 3.0.172

This commit is contained in:
Ryan Cramer
2021-02-05 16:21:13 -05:00
parent 7fe8e5f1fb
commit 5a2c4c2014
2 changed files with 2 additions and 2 deletions

View File

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

View File

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