mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 15:57:01 +02:00
Bump version to 3.0.224
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 223;
|
||||
const versionRevision = 224;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
@@ -563,7 +563,7 @@ class ProcessWire extends Wire {
|
||||
}
|
||||
$this->updater = $modules->get('SystemUpdater');
|
||||
if(!$this->updater) {
|
||||
$modules->resetCache();
|
||||
$modules->refresh();
|
||||
$this->updater = $modules->get('SystemUpdater');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user