diff --git a/Changes.md b/Changes.md index 18f337ac..f5899e19 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,9 @@ History ============= +Version 403.1.3 - In development +-------------------------------- + Version 403.1.2 - 08/04/2024 ---------------------------- 1. Fix 'Orphaned Section still appear in Index Drawer'. diff --git a/version.php b/version.php index 85a1ae66..799396ed 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); // Plugin version. -$plugin->version = 2023101502; +$plugin->version = 2023101503; // 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.2'; +$plugin->release = '403.1.3';