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';