Skip to content

Commit

Permalink
Release version 1.2.4 (2024021901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Feb 19, 2024
1 parent e693037 commit b67c118
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog


## Version 1.2.4 (2024021901)

- Fix image inlining for Moodle instances that reside in subdirectories (e.g., `https://your.domain/moodle`)
- Thanks a lot to @500gLychee for extensive testing and reporting!
- Fix inlining of miscellaneous local images that do not fall into any specific link type category
- Detect quizzes without attempts and prevent archive creation until at least one attempt was registered
- Create GitHub issue template forms for bug reports and feature requests
- Found a bug? Please report it here: https://github.com/ngandrass/moodle-quiz_archiver/issues


## Version 1.2.3 (2024011200)

- Fix job setting storage issues with MySQL / MariaDB
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.3-dev+2024021900';
$plugin->version = 2024021900;
$plugin->release = '1.2.4';
$plugin->version = 2024021901;
$plugin->requires = 2022112800;
$plugin->supported = [401, 403];
//$plugin->incompatible = 402;
Expand Down

0 comments on commit b67c118

Please sign in to comment.