diff --git a/CHANGES.md b/CHANGES.md index 3be1f41983e..9002b34f610 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.3-r7 * 2024-02-21 - Bugfix: Single activity format contained unnecessary second level of navigation items, resolves #415. diff --git a/version.php b/version.php index bf61587baa9..0e86d37b546 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023102023; -$plugin->release = 'v4.3-r6'; +$plugin->version = 2023102024; +$plugin->release = 'v4.3-r7'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;