Skip to content

Commit

Permalink
Release version 1.2.7 (2024051300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed May 13, 2024
1 parent e4fc13a commit 4671faf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## Version X.X.X (XXXXXXXXXX)
## Version 1.2.7 (2024051300)

- Fix inlining of images with filenames that contains URL encoded characters (e.g., `image (1).jpg`)
- Fix inlining of Moodle theme icons (e.g., drag and drop markers)
- Fix PHP warning on quiz_archiver_generate_attempt_report webservice call
- Fix quiz header / summary table injection in Moodle 4.4+
- Replace deprecated Moodle 4.4+ language strings


## Version 1.2.6 (2024042900)
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.6+2024050800';
$plugin->version = 2024050800;
$plugin->release = '1.2.7';
$plugin->version = 2024051300;
$plugin->requires = 2022112800;
$plugin->supported = [401, 404];
//$plugin->incompatible = 402;
Expand Down

0 comments on commit 4671faf

Please sign in to comment.