Skip to content

Commit

Permalink
Update 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Clark authored and Ray Clark committed Mar 27, 2015
1 parent 6b4aad5 commit b0b036d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,10 @@
$sql[$count][1]="
" ;

//v0.3.15
$count++;
$sql[$count][0]="0.3.15" ;
$sql[$count][1]="
" ;

?>
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;

Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Sets version information
*/
$moduleVersion="0.3.14" ;
$moduleVersion="0.3.15" ;

/*
*/
Expand Down

0 comments on commit b0b036d

Please sign in to comment.