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:
@@ -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;
|
||||
|
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 171;
|
||||
const versionRevision = 172;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user