diff --git a/CHANGEDB.php b/CHANGEDB.php index c79cbbb..a382c58 100644 --- a/CHANGEDB.php +++ b/CHANGEDB.php @@ -94,4 +94,11 @@ UPDATE gibbonAction SET URLList='helpDesk_manageTechnicians.php', entryURL='helpDesk_manageTechnicians.php' WHERE name='Manage Technician' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Help Desk');end " ; +//v0.3.03 +$count++; +$sql[$count][0]="0.3.03" ; +$sql[$count][1]=" +UPDATE gibbonAction SET URLList='helpDesk_manageTechnicians.php', entryURL='helpDesk_manageTechnicians.php' WHERE name='Manage Technicians' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Help Desk');end +" ; + ?> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 55559f5..c5ba722 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -114,6 +114,10 @@ Made Manage Technician Groups a default Permission. Fixed helpDesk_createTechnicianGroup using the wrong permission. Fixed Manage Technician having the wrong entry and URLList value. -v0.3.01 +v0.3.02 +------- +Fixed some permissions having the wrong URLs. + +v0.3.03 ------- -Fixed some permissions having the wrong URLs. \ No newline at end of file +Fixed one permission having the wrong URL. \ No newline at end of file diff --git a/manifest.php b/manifest.php index 8a92b7a..a65f17b 100644 --- a/manifest.php +++ b/manifest.php @@ -25,7 +25,7 @@ $entryURL="issues_view.php" ; $type="Additional" ; $category="Other" ; -$version="0.3.02" ; +$version="0.3.03" ; $author="Adrien Tremblay & Ray Clark" ; $url="https://github.com/adrientremblay/helpdesk" ; diff --git a/version.php b/version.php index 4a86019..5d9324d 100644 --- a/version.php +++ b/version.php @@ -20,7 +20,7 @@ /** * Sets version information */ -$moduleVersion="0.3.02" ; +$moduleVersion="0.3.03" ; /* */