diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9cd09..46a24e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Version 1.2.8 (2024052900) + +- Fix autoinstall admin UI form for Moodle 4.1 (LTS) +- Fix edge case during GDPR exports via the Moodle privacy API when using PHP 7.4 +- Fix webservice token generation on Moodle 4.1 (LTS) +- Largely extend the test coverage. Now almost everything is tested automatically + for all combinations of: + - Moodle version: 4.1 - 4.4 + - PHP versions: 7.4 - 8.3 + - Database backends: mariadb, pgsql +- Cleanup attempt report generation code +- Provide documentation how to run tests locally +- Fix typos + +_Note: Keep in mind to update your +[Quiz Archive Worker](https://github.com/ngandrass/moodle-quiz-archive-worker) too!_ + + ## Version 1.2.7 (2024051300) - Fix inlining of images with filenames that contains URL encoded characters (e.g., `image (1).jpg`) diff --git a/version.php b/version.php index ebdb293..68a0cd9 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'quiz_archiver'; -$plugin->release = '1.2.7'; -$plugin->version = 2024051300; +$plugin->release = '1.2.8'; +$plugin->version = 2024052900; $plugin->requires = 2022112800; $plugin->supported = [401, 404]; //$plugin->incompatible = 402;