From 85f2e311c8958cc6245206aba6b31379f45c53de Mon Sep 17 00:00:00 2001 From: Davo Smith Date: Sat, 18 May 2024 08:39:02 +0100 Subject: [PATCH] Update version + README --- README.txt | 1 + version.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 69f3cd2..91a5d5d 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,7 @@ Students are presented with a simple chart showing how far they have progressed ==Changes== +* 2024-05-18 - 3.9.5.2 - fix error when showing a forum activity without completion enabled * 2024-04-02 - 3.9.5.0 - adds new "checklist updated" event, for when a teacher has made changes - thanks to Andrew Hancox * 2024-02-02 - 3.9.4.1 - fix compatibility issue with M3.9 - M4.1 introduced in previous commit * 2024-01-20 - 3.9.4.0 - now works with Moodle Mobile App, thanks to Dani & Pau from Moodle HQ your help with this at the Global Moodle Moot and Dani for finishing this work off afterwards! diff --git a/version.php b/version.php index 13a8835..bb2b7a5 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024040200; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024040201; // The current module version (Date: YYYYMMDDXX). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.9.5.1'; +$plugin->release = '3.9.5.2'; $plugin->requires = 2020061500; // Moodle 3.9.0. $plugin->component = 'mod_checklist'; $plugin->supported = [39, 403];