From 98aba70e4decaeb22d0e10ce35746ac92e32d882 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 23 Mar 2024 10:29:14 +0100 Subject: [PATCH] Release v4.3-r10 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;