diff --git a/CHANGELOG.md b/CHANGELOG.md index 303b039b..8494c19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### Date: 2024-September-11 +### Release: v2024091101 + +--- + +#### Database Dumps Fixed +Previously the Show Data Dump and Save Data Dump tabs would sometimes display an error. This is now functioning as expected. + +#### Anonymous Marking Fixed +Some users encountered an issue where student first names would be shown while anonymous marking was enabled. This has now been fixed. + +--- + ### Date: 2024-August-01 ### Release: v2024080101 diff --git a/version.php b/version.php index ba9144c5..e85d288f 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ $plugin = new StdClass(); } -$plugin->version = 2024080102; +$plugin->version = 2024110901; $plugin->release = "4.1+"; -$plugin->requires = 2016052300; +$plugin->requires = 2022112800; // Require Moodle 4.1.0+ $plugin->component = 'mod_turnitintooltwo'; $plugin->maturity = MATURITY_STABLE;