From 2259a6502e5b4cafc5c60407ee6b635150d4c6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Gandra=C3=9F?= Date: Thu, 4 Jan 2024 13:55:27 +0100 Subject: [PATCH] Release version 1.2.0 (2024010400) --- CHANGELOG.md | 11 +++++++++++ version.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7a390..6136981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, ...) diff --git a/version.php b/version.php index c28ea49..606b0be 100644 --- a/version.php +++ b/version.php @@ -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;