mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Bump version to 3.0.127 plus some other minor updates
This commit is contained in:
@@ -147,6 +147,10 @@ class PagesLoader extends Wire {
|
||||
foreach($a as $k => $v) $a[$k] = (int) $v;
|
||||
$value = $this->getById($a, $loadOptions);
|
||||
}
|
||||
} else if(!Selectors::stringHasOperator($selector)) {
|
||||
if($this->wire('sanitizer')->pageNameUTF8($selector) === $selector) {
|
||||
$selector = "name=$selector";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 126;
|
||||
const versionRevision = 127;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user