Skip to content

Commit

Permalink
Release version 0.5.1 (2023082300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Aug 23, 2023
1 parent 59a4728 commit 76b2cbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Changelog

## Version 0.5.0
## Version 0.5.1 (2023082300)

- Fix hard coded database table prefix error in job metadata access function


## Version 0.5.0 (2023082200)

- **BREAKING:** API version updated to 3. Requires `moodle-quiz-archive-worker` >= v1.1.0
- Add support for paper size selection to work together with new PDF export method
- Provide XML definition for quiz archive user role
- Create highly detailed configuration instructions


## Version 0.4.4
## Version 0.4.4 (2023081400)

- Create modal to display all information about an archive job
- Display archive size in archive download button title
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'quiz_archiver';
$plugin->release = '0.5.0';
$plugin->version = 2023082200;
$plugin->release = '0.5.1';
$plugin->version = 2023082300;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_BETA;

0 comments on commit 76b2cbe

Please sign in to comment.