1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 01:34:31 +02:00

Bump version to 3.0.180

This commit is contained in:
Ryan Cramer
2021-06-18 13:07:22 -04:00
parent 99e89fe0fb
commit bb6e7f79b8

View File

@@ -80,7 +80,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 179;
const versionRevision = 180;
/**
* Version suffix string (when applicable)
@@ -578,7 +578,6 @@ class ProcessWire extends Wire {
$session = $this->wire('session', new Session($this), true);
$this->initVar('session', $session);
$this->wire('user', $users->getCurrentUser());
// $this->wire('inputfields', new Inputfields(), false);
$input = $this->wire('input', new WireInput(), true);
if($config->wireInputLazy) $input->setLazy(true);