Skip to content

Commit

Permalink
Gibbon Core v17 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdotparker committed Nov 30, 2018
1 parent 0cd96de commit 1860471
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Alumni/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@
++$count;
$sql[$count][0] = '0.4.00';
$sql[$count][1] = '';

//v0.5.00
++$count;
$sql[$count][0] = '0.5.00';
$sql[$count][1] = '';
4 changes: 4 additions & 0 deletions Alumni/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v0.5.00
-------
Gibbon Core v17 compatibility

v0.4.00
-------
Updated default database storage engine to InnoDB
Expand Down
2 changes: 1 addition & 1 deletion Alumni/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'alumni_manage.php';
$type = 'Additional';
$category = 'People';
$version = '0.4.00';
$version = '0.5.00';
$author = 'Ross Parker';
$url = 'http://rossparker.org/free-learning';

Expand Down
2 changes: 1 addition & 1 deletion Alumni/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
/**
* Sets version information.
*/
$moduleVersion = '0.4.00';
$moduleVersion = '0.5.00';

0 comments on commit 1860471

Please sign in to comment.