From a3d90e3419065eb00686752b5570a559a71decdc Mon Sep 17 00:00:00 2001 From: ixiongtii <113456240+ixiongtii@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:07:12 -0600 Subject: [PATCH] 2024020501 release notes (#699) --- CHANGELOG.md | 6 ++++++ version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c3b6e2..4290202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Date: 2024-February-05 +### Release: v2024020501 + +#### Issue with PeerMark, Rubric, and QuickMark in Moodle 4.3 fixed +In the previous plugin release we resolved an issue with the EULA modal not launching for students. It has since been discovered that all modals in the plugin were affected by the same issue. This update resolves the issues that users have found with launching the PeerMark, Rubric, and QuickMark managers. + ### Date: 2023-December-19 ### Release: v2023121901 diff --git a/version.php b/version.php index 2137ac2d..72591cfe 100644 --- a/version.php +++ b/version.php @@ -19,7 +19,7 @@ * @copyright 2012 iParadigms LLC */ -$plugin->version = 2023121901; +$plugin->version = 2024020501; $plugin->release = "3.5+"; $plugin->requires = 2018051700;