From f24783a545feb76117ab0a89d21cf6a686871262 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:16:27 +0100 Subject: [PATCH] V404.1.0 --- Changes.md | 4 ++-- version.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes.md b/Changes.md index 3e91338a..23d0e71c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,7 +1,7 @@ History ============= -Version 404.0.2 - TBR +Version 404.1.0 - 11/04/2024 ---------------------------- 1. Fix updating of course when adding or removing sections. Note: Known issue of the section not looking as it should. 2. Section navigation visibility improvements. @@ -13,7 +13,7 @@ Version 404.0.1 - 22/04/2024 ---------------------------- 1. Release candidate version for Moodle 4.4. -Version 403.1.2 - TBR +Version 403.1.2 - 08/04/2024 ---------------------------- 1. Fix 'Orphaned Section still appear in Index Drawer'. 2. Fix 'Restrict access can cause no content in other sections to be shown.' - #202. diff --git a/version.php b/version.php index 234985c7..2d4bb971 100644 --- a/version.php +++ b/version.php @@ -41,7 +41,7 @@ $plugin->component = 'format_grid'; // Software maturity level. -$plugin->maturity = MATURITY_RC; +$plugin->maturity = MATURITY_STABLE; // User-friendly version number. -$plugin->release = '404.0.2'; +$plugin->release = '404.1.0';