diff --git a/Changes.md b/Changes.md index bd85b1f..dcfa33c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -Change Log in version 403.0.2 (2023111801) +Change Log in version 403.1.0 (2023111801) =========================================== 1. Fix 'Grade report scrolling', ref: https://moodle.org/mod/forum/discuss.php?d=453194#p1821224. 2. Tidy up header logic in relation to titles. diff --git a/version.php b/version.php index 2a055d7..0f06b5e 100644 --- a/version.php +++ b/version.php @@ -40,10 +40,10 @@ $plugin->supported = [403, 403]; // Adaptable version using SemVer (https://semver.org). -$plugin->release = '403.0.2'; +$plugin->release = '403.1.0'; // Adaptable maturity (do not use ALPHA or BETA versions in production sites). -$plugin->maturity = MATURITY_RC; +$plugin->maturity = MATURITY_STABLE; // Adaptable dependencies (Only Boost as it's the parent theme). $plugin->dependencies = [