From bb6e7f79b8a4c52f55c17483075150dcfd8aaf19 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 18 Jun 2021 13:07:22 -0400 Subject: [PATCH] Bump version to 3.0.180 --- wire/core/ProcessWire.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 22eff212..aab4edd0 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -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);