From c5a9610fd1ea52fc3b860be9e672dedb6d643dce Mon Sep 17 00:00:00 2001 From: ixiongtii <113456240+ixiongtii@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:11:43 -0600 Subject: [PATCH] release_2023121901 (#690) --- CHANGELOG.md | 9 +++++++++ version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b329206f..a8c3b6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### Date: 2023-December-19 +### Release: v2023121901 + +#### New students can now access the EULA +Previously there was an issue with students accepting the EULA in Moodle 4.3. This has now been resolved and students presented with the EULA should be able to successfully accept it. + +#### Correct rounding of grade average +Previously when multiple submissions were made to an assignment the final grade was averaged by rounding down rather than up. This release now fixes this issue and the grade average should now round up. + ### Date: 2023-August-22 ### Release: v2023082201 diff --git a/version.php b/version.php index 17abdef5..2137ac2d 100644 --- a/version.php +++ b/version.php @@ -19,7 +19,7 @@ * @copyright 2012 iParadigms LLC */ -$plugin->version = 2023082201; +$plugin->version = 2023121901; $plugin->release = "3.5+"; $plugin->requires = 2018051700;