From 2364b3fc8e5e8bf4620383defe7b468f08c331dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 20 Nov 2023 10:07:27 +0100 Subject: [PATCH] Release v4.3-r3 --- CHANGES.md | 4 +++- version.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dc9e951..b8fcd37 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,11 @@ moodle-quiz_archive Changes ------- -### Unreleased +### Release v4.3-r3 +* 2023-11-20 - Align version number, version label and release * 2023-11-12 - Name the person who made a change in the question response history (if not the student) +* 2023-11-11 - Correct message when no attempt is found ### Release v4.3-r2 diff --git a/version.php b/version.php index 7364c6d..2a5f0e7 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->requires = 2017110800; $plugin->component = 'quiz_archive'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v4.3-r1'; +$plugin->release = 'v4.3-r3'; $plugin->supported = [39, 403];