diff --git a/CHANGELOG.md b/CHANGELOG.md index c7793c1..8893050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 1.2.6 (2024042900) + +- Extend automated tests to cover Moodle 4.4 with PHP 8.1 to 8.3 using PostgreSQL and MariaDB +- Removal of deprecated function use for Moodle 4.4 (See MDL-67667) + ## Version 1.2.5 (2024040900) diff --git a/version.php b/version.php index b4cdb5b..ccb18be 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'quiz_archiver'; -$plugin->release = '1.2.5'; -$plugin->version = 2024040900; +$plugin->release = '1.2.6'; +$plugin->version = 2024042900; $plugin->requires = 2022112800; -$plugin->supported = [401, 403]; +$plugin->supported = [401, 404]; //$plugin->incompatible = 402; $plugin->maturity = MATURITY_STABLE;