Skip to content

Commit

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

//v1.1.05
++$count;
$sql[$count][0] = '1.1.05';
$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.1.05
-------
Code cleanup

v1.1.04
-------
Fixed bug causing teachers to not appear in the list of available referees
Expand Down
2 changes: 1 addition & 1 deletion Higher Education/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'index.php';
$type = 'Additional';
$category = 'Other';
$version = '1.1.04';
$version = '1.1.05';
$author = 'Ross Parker';
$url = 'http://rossparker.org';

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

0 comments on commit e16414f

Please sign in to comment.