mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 02:34:24 +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
|
* @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;
|
$useCache = isset($options['cache']) ? $options['cache'] : true;
|
||||||
$templates = $this->wire()->templates;
|
$templates = $this->wire()->templates;
|
||||||
|
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 171;
|
const versionRevision = 172;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
Reference in New Issue
Block a user