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