From 9eea9d0dc0529ddbce26f1ef4abb1db005ec1a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 11 Nov 2023 23:24:18 +0100 Subject: [PATCH] Release v4.3-r2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luca Bösch --- CHANGES.md | 3 +++ version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b84096a..2f5bd9f 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,9 @@ moodle-quiz_archive Changes ------- +### Release v4.3-r2 + +* 2023-11-09 - Add options to show/hide history & correct answer ### Release v4.3-r1 diff --git a/version.php b/version.php index 118296b..a5da9cb 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023110800; +$plugin->version = 2023111100; $plugin->requires = 2017110800; $plugin->component = 'quiz_archive'; $plugin->maturity = MATURITY_STABLE;