Skip to content

Commit

Permalink
Release version 1.2.8 (2024052900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed May 29, 2024
1 parent 8310497 commit bd46b3a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd46b3a

Please sign in to comment.