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" ; /* */