diff --git a/CHANGES.md b/CHANGES.md index a6776c33a3a..9a82c4b6145 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.3-r10 * 2024-03-18 - Improvement: Add prefixes to the sessionStorage keys in the scrollspy implementation, resolves #598. * 2024-03-18 - Improvement: Switch to the active Boost Union admin sub-tab after saving a setting and the following page reload, resolves #468. diff --git a/version.php b/version.php index 733343a5da9..47f0a7fe7ac 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023102030; -$plugin->release = 'v4.3-r9'; +$plugin->version = 2023102031; +$plugin->release = 'v4.3-r10'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;