diff --git a/Higher Education/CHANGEDB.php b/Higher Education/CHANGEDB.php index a3e2612..9731c66 100644 --- a/Higher Education/CHANGEDB.php +++ b/Higher Education/CHANGEDB.php @@ -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] = ""; diff --git a/Higher Education/CHANGELOG.txt b/Higher Education/CHANGELOG.txt index 735f617..510502e 100644 --- a/Higher Education/CHANGELOG.txt +++ b/Higher Education/CHANGELOG.txt @@ -1,5 +1,9 @@ CHANGELOG ========= +v1.3.03 +------- +Refactoring Track Application, Edit Contribution and Request References forms + v1.3.02 ------- Minor fixes to breadcrumbs diff --git a/Higher Education/manifest.php b/Higher Education/manifest.php index f5c6457..8343c3c 100644 --- a/Higher Education/manifest.php +++ b/Higher Education/manifest.php @@ -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'; diff --git a/Higher Education/version.php b/Higher Education/version.php index c979f01..e696121 100644 --- a/Higher Education/version.php +++ b/Higher Education/version.php @@ -20,4 +20,4 @@ /** * Sets version information. */ -$moduleVersion = '1.3.02'; +$moduleVersion = '1.3.03';