diff --git a/CHANGELOG b/CHANGELOG index 849db275..8d9539e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +queXS 1.14.3 - Changes since 1.14.2 + +The third bug fix release for the 1.14 series of queXS. + +Fixed issue: More than 2 character long locale code not being recognised +Fixed issue: Method return value error +Fixed issue: Numbers starting with 0 were being stripped +Fixed issue: Appointments not working when no shifts scheduled and local timezone is different from respondent +Fixed issue: lp:1620421 SQL not compatible with ONLY_FULL_GROUP_BY mode + +New feature: Allow operators to see upcoming appointments and assign to themselves if necessary + +Database update (Please note - if you are having issues with custom outcomes - please run this code on your database): + +ALTER TABLE `outcome` AUTO_INCREMENT = 100; + + queXS 1.14.2 - Changes since 1.14.1 A bug fix release for the 1.14 series of queXS diff --git a/admin/displayappointments.php b/admin/displayappointments.php index d43eaf00..3161344b 100644 --- a/admin/displayappointments.php +++ b/admin/displayappointments.php @@ -231,7 +231,7 @@ if ( (isset($_GET['appointment_id']) && isset($_GET['case_id'])) ||(isset($_GET[ print ""; //*end option diff --git a/admin/extensionstatus.php b/admin/extensionstatus.php index 161fc1f9..7cc2a8e9 100644 --- a/admin/extensionstatus.php +++ b/admin/extensionstatus.php @@ -197,7 +197,7 @@ if (isset($_GET['edit']) || isset($_GET['addext']))
- "/>    + "/>  " class="btn btn-default fa" />