Skip to content

Commit

Permalink
v2.2.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed Oct 12, 2024
1 parent 9000005 commit 9e303c3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Help Desk/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,8 @@
$sql[$count][1] = "
UPDATE gibbonModule SET author='Gibbon Foundation', url='https://gibbonedu.org' WHERE name='Help Desk';end
";

//v2.2.01
++$count;
$sql[$count][0] = '2.2.01';
$sql[$count][1] = "";
4 changes: 4 additions & 0 deletions Help Desk/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v2.2.01
-------
Fixed CSS bug introduced in last version

v2.2.00
-------
Transferred ownership from Ross Parker to Gibbon Foundation
Expand Down
2 changes: 1 addition & 1 deletion Help Desk/css/module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gibbon: the flexible, open school platform
/* Gibbon: the flexible, open school platform
Founded by Ross Parker at ICHK Secondary. Built by Ross Parker, Sandra Kuipers and the Gibbon community (https://gibbonedu.org/about/)
Copyright © 2010, Gibbon Foundation
Gibbon™, Gibbon Education Ltd. (Hong Kong)
Expand Down
2 changes: 1 addition & 1 deletion Help Desk/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'issues_view.php';
$type = 'Additional';
$category = 'Other';
$version = '2.2.00';
$version = '2.2.01';
$author = "Gibbon Foundation";
$url = "https://gibbonedu.org";

Expand Down
2 changes: 1 addition & 1 deletion Help Desk/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Sets version information
*/
$moduleVersion='2.2.00';
$moduleVersion='2.2.01';
$coreVersion = '22.0.00';

?>

0 comments on commit 9e303c3

Please sign in to comment.