From cc5b9342141ddbd58d70fb5efe9b281809eaed6e Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Mon, 13 Nov 2023 20:56:53 +0000 Subject: [PATCH] more detail in changelog --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index b135d5b..4c1bf68 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,15 @@ between dates and by course group membership. Changed date incrementation so it starts from the first selected checkbox, rather than the first item from the list of activities. +Added behat test coursegroup.feature to confirm that the course groups works as expected. + +Fix for deprecation message with PHP 8.1 "Deprecated: Automatic conversion of false to array is deprecated in /var/www/html/master/lib/pear/HTML/Common.php on line 249" + +Updates to documentation and clarification of the help strings + + + + Version 1.0.1 of the Moodle driprelease tool Oct 2023 Fixed errors in the form code that showed when Debug was set higher than Normal.