diff --git a/CHANGELOG.md b/CHANGELOG.md index 12359ba..1d76cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 1.2.10 (2024070900) + +- Full code overhaul to comply with the [Moodle Coding Style](https://moodledev.io/general/development/policies/codingstyle) +- Enforce strict coding style checks during CI runs / prior to any new releases +- Improve English and German translations + + ## Version 1.2.9 (2024070800) - Synchronize default job timeout setting with quiz archive worker and add hint about the additional timeout inside the diff --git a/version.php b/version.php index 4267a44..b7da506 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'quiz_archiver'; -$plugin->release = '1.2.9'; -$plugin->version = 2024070800; +$plugin->release = '1.2.10'; +$plugin->version = 2024070900; $plugin->requires = 2022112800; $plugin->supported = [401, 404]; $plugin->maturity = MATURITY_STABLE;