Skip to content

Commit

Permalink
Release version 1.2.0 (2024010400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Jan 4, 2024
1 parent 26aff12 commit 2259a65
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.0 (2024010400)

- Support for automatic deletion of quiz archives after a specified retention period
- Allow to enforce a global retention policy via the plugin settings
- Allow manual deletion of artifact files while keeping job metadata from job details modal
- Differentiate between quiz archive creation and deletion permission
- Link to course, quiz, and archive creation user in job details modal
- Reduce job action form URL arguments and improve displayed warnings / information
- Delete TSP data, if job or artifact is deleted


## Version 1.1.0 (2023121400)

- Allow customization of archive and attempt report filenames based on variables (e.g., quiz name, username, ...)
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.1.0';
$plugin->version = 2023121400;
$plugin->release = '1.2.0';
$plugin->version = 2024010400;
$plugin->requires = 2022112800;
$plugin->supported = [401, 403];
//$plugin->incompatible = 402;
Expand Down

0 comments on commit 2259a65

Please sign in to comment.