Skip to content

Commit

Permalink
Release version 1.2.6 (2024042900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Apr 29, 2024
1 parent 39b871f commit a1ca815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a1ca815

Please sign in to comment.