Skip to content

Commit

Permalink
v2.4.00 post-merge tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Jun 28, 2021
1 parent fcb5b00 commit 8436930
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Info Grid/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -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] = '';

3 changes: 2 additions & 1 deletion Info Grid/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
CHANGELOG
=========
v2.3.02
v2.4.00
-------
Refactored session variables and null coalesce
Added core v22 requirement

v2.3.01
-------
Expand Down
2 changes: 1 addition & 1 deletion Info Grid/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
3 changes: 2 additions & 1 deletion Info Grid/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
/**
* Sets version information.
*/
$moduleVersion = '2.3.02';
$moduleVersion = '2.4.00';
$coreVersion = '22.0.00';

0 comments on commit 8436930

Please sign in to comment.