From 5322d826ae9ee08f162e2a15cf30800cac0d75ba Mon Sep 17 00:00:00 2001 From: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:09:07 +0200 Subject: [PATCH] prepare version 1.0.2 --- CHANGES.md | 6 ++++++ version.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5f5fe76..0b76ea2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +### 1.0.1 (2024-08-08) + +- bugfix: avoid corruption of ZIP file in case of errors +- improvement: in case of an error, include detailed message in ZIP file +- internal: add test with empty response to essay question + ### 1.0.1 (2024-04-26) - bugfix: download button was not working properly diff --git a/version.php b/version.php index 3cae7e8..3aa5461 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042600; +$plugin->version = 2024080800; $plugin->requires = 2022112800; $plugin->component = 'quiz_essaydownload'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.0.1'; +$plugin->release = '1.0.2';