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;