diff --git a/CHANGELOG.md b/CHANGELOG.md index 5495c91..1bc40a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version X.Y.Z (XXXXXXXXXX) +## Version 2.1.0 (2024101000) - Ensure compatibility with Moodle 4.5 (LTS) - Create an official Quiz Archiver documentation website: [https://quizarchiver.gandrass.de/](https://quizarchiver.gandrass.de/) diff --git a/version.php b/version.php index 93d2d7b..f158b67 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin->component = 'quiz_archiver'; -$plugin->release = '2.0.0'; -$plugin->version = 2024082100; +$plugin->release = '2.1.0'; +$plugin->version = 2024101000; $plugin->requires = 2022112800; -$plugin->supported = [401, 404]; +$plugin->supported = [401, 405]; $plugin->maturity = MATURITY_STABLE;