From 001429ced38c0b31bb300a3b62fc7cf73a025330 Mon Sep 17 00:00:00 2001 From: Matt McNaney Date: Mon, 21 Sep 2020 12:48:27 -0400 Subject: [PATCH] Updated versions --- boost/boost.php | 2 +- boost/update.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/boost/boost.php b/boost/boost.php index 71830ce..a866a9b 100644 --- a/boost/boost.php +++ b/boost/boost.php @@ -10,7 +10,7 @@ * @license https://opensource.org/licenses/MIT */ $proper_name = 'Conference'; -$version = '1.4.6'; +$version = '1.4.7'; $register = false; $unregister = false; $import_sql = false; diff --git a/boost/update.php b/boost/update.php index a924005..ee3cfb3 100644 --- a/boost/update.php +++ b/boost/update.php @@ -237,6 +237,14 @@ public function run() $this->content[] = '------------------------'; $this->content[] = '- NPM package updates'; $this->content[] = ''; + + case $this->compare('1.4.7'): + $this->content[] = '
';
+                $this->content[] = '1.4.7';
+                $this->content[] = '------------------------';
+                $this->content[] = '- NPM package updates';
+                $this->content[] = '- Fixed Session admin bugs';
+                $this->content[] = '
'; } return $this->content; }