Skip to content

Commit

Permalink
v1.3.03
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Apr 21, 2019
1 parent be61bd1 commit 7d36fe3
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 @@ -147,3 +147,8 @@
++$count;
$sql[$count][0] = '1.3.02';
$sql[$count][1] = "";

//v1.3.03
++$count;
$sql[$count][0] = '1.3.03';
$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.3.03
-------
Refactoring Track Application, Edit Contribution and Request References forms

v1.3.02
-------
Minor fixes to breadcrumbs
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.3.02';
$version = '1.3.03';
$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.3.02';
$moduleVersion = '1.3.03';

0 comments on commit 7d36fe3

Please sign in to comment.