From ae14bc43cbd176698acfdaed9c00d02b1676d880 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:43:31 +0100 Subject: [PATCH] V403.1.4.5 --- Changes.md | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 4cb20cbb..2c42661e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,9 @@ History ============= +Version 403.1.4.5 - 29/09/2024 +------------------------------ + Version 403.1.4 - 23/09/2024 ---------------------------- 1. Fix section zero showing after section on single section page. This has caused the removal of 'sectionzeroingrid' setting. diff --git a/version.php b/version.php index 7851d639..e5fd06c4 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); // Plugin version. -$plugin->version = 2023101504; +$plugin->version = 2023101505; // Required Moodle version. $plugin->requires = 2023100900.00; // 4.3 (Build: 20231009). @@ -44,4 +44,4 @@ $plugin->maturity = MATURITY_STABLE; // User-friendly version number. -$plugin->release = '403.1.4'; +$plugin->release = '403.1.4.5';