1
0
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:
Ryan Cramer
2019-03-01 15:38:48 -05:00
parent ba8202d869
commit 906640ecb7
5 changed files with 40 additions and 4 deletions

View File

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

View File

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