From b0b036dd3bd87c306a294b454ee944c292feac9b Mon Sep 17 00:00:00 2001 From: Ray Clark Date: Fri, 27 Mar 2015 13:00:04 +0800 Subject: [PATCH] Update 0.3.15 --- CHANGEDB.php | 6 ++++++ CHANGELOG.txt | 3 +++ manifest.php | 2 +- version.php | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGEDB.php b/CHANGEDB.php index 7f492a6..d6317e4 100644 --- a/CHANGEDB.php +++ b/CHANGEDB.php @@ -150,4 +150,10 @@ $sql[$count][1]=" " ; +//v0.3.15 +$count++; +$sql[$count][0]="0.3.15" ; +$sql[$count][1]=" +" ; + ?> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6541323..7dfa898 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -158,4 +158,7 @@ Added spaces before the brackets in the notifications. Fixed technicians who had issues created on their behalfs getting two notifications. v0.3.14 +------- + +v0.3.15 ------- \ No newline at end of file diff --git a/manifest.php b/manifest.php index 269e7e8..a2dea2c 100644 --- a/manifest.php +++ b/manifest.php @@ -25,7 +25,7 @@ $entryURL="issues_view.php" ; $type="Additional" ; $category="Other" ; -$version="0.3.14" ; +$version="0.3.15" ; $author="Adrien Tremblay & Ray Clark" ; $url="https://github.com/raynichc/helpdesk" ; diff --git a/version.php b/version.php index 97d2295..6453535 100644 --- a/version.php +++ b/version.php @@ -20,7 +20,7 @@ /** * Sets version information */ -$moduleVersion="0.3.14" ; +$moduleVersion="0.3.15" ; /* */