Skip to content

Commit

Permalink
v1.2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdotparker committed May 2, 2018
1 parent e16414f commit 97ef72f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
5 changes: 5 additions & 0 deletions Higher Education/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@
++$count;
$sql[$count][0] = '1.1.05';
$sql[$count][1] = "";

//v1.2.00
++$count;
$sql[$count][0] = '1.2.00';
$sql[$count][1] = "";
4 changes: 4 additions & 0 deletions Higher Education/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v1.2.00
-------
Updated default database storage engine to InnoDB

v1.1.05
-------
Code cleanup
Expand Down
Loading

0 comments on commit 97ef72f

Please sign in to comment.