From 843693097a2b228eb93be3862d0ac27c59db8c45 Mon Sep 17 00:00:00 2001 From: Sandra Kuipers Date: Mon, 28 Jun 2021 14:57:41 +0800 Subject: [PATCH] v2.4.00 post-merge tweaks --- Info Grid/CHANGEDB.php | 5 +++++ Info Grid/CHANGELOG.txt | 3 ++- Info Grid/manifest.php | 2 +- Info Grid/version.php | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Info Grid/CHANGEDB.php b/Info Grid/CHANGEDB.php index bbe8dd5..cf9a1a8 100644 --- a/Info Grid/CHANGEDB.php +++ b/Info Grid/CHANGEDB.php @@ -134,3 +134,8 @@ UPDATE gibbonAction SET description='Allows a user to define and edit entries in the Info Grid.' WHERE name='Manage Info Grid' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Info Grid');end "; +//v2.4.00 +++$count; +$sql[$count][0] = '2.4.00'; +$sql[$count][1] = ''; + diff --git a/Info Grid/CHANGELOG.txt b/Info Grid/CHANGELOG.txt index f03300a..b87bc8f 100644 --- a/Info Grid/CHANGELOG.txt +++ b/Info Grid/CHANGELOG.txt @@ -1,8 +1,9 @@ CHANGELOG ========= -v2.3.02 +v2.4.00 ------- Refactored session variables and null coalesce +Added core v22 requirement v2.3.01 ------- diff --git a/Info Grid/manifest.php b/Info Grid/manifest.php index e519d3d..ad0dfc2 100644 --- a/Info Grid/manifest.php +++ b/Info Grid/manifest.php @@ -25,7 +25,7 @@ $entryURL = 'infoGrid_manage.php'; $type = 'Additional'; $category = 'Other'; -$version = '2.3.02'; +$version = '2.4.00'; $author = 'Ross Parker'; $url = 'http://rossparker.org'; diff --git a/Info Grid/version.php b/Info Grid/version.php index ecd834b..b181852 100644 --- a/Info Grid/version.php +++ b/Info Grid/version.php @@ -20,4 +20,5 @@ /** * Sets version information. */ -$moduleVersion = '2.3.02'; +$moduleVersion = '2.4.00'; +$coreVersion = '22.0.00';