mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Bump version to 3.0.191
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 190;
|
||||
const versionRevision = 191;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
@@ -251,7 +251,8 @@ class ProcessPageType extends Process implements ConfigurableModule, WirePageEdi
|
||||
|
||||
return parent::___executeNavJSON($options);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
public function x___executeNavJSON(array $options = array()) {
|
||||
|
||||
if(!isset($options['items'])) {
|
||||
@@ -289,6 +290,7 @@ class ProcessPageType extends Process implements ConfigurableModule, WirePageEdi
|
||||
|
||||
return parent::___executeNavJSON($options);
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* Get an instanceof ProcessPageLister or null if not applicable
|
||||
|
Reference in New Issue
Block a user