From fe51be6afa7354f300bbbec705c39c56e23ecff5 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 6 Jan 2025 15:30:12 +0100 Subject: [PATCH] Release v4.3-r21 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a7d53fe39f4..da955b6b796 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.3-r21 * 2024-12-31 - Child theme support: Fully replicate Boost Union's extra SCSS if a Boost Union Child theme is the current theme, resolves #718, resolves theme_boost_union_child/#5. * 2024-12-31 - Bugfix / Child theme support: The theme_boost_union_get_pre_scss() and theme_boost_union_get_extra_scss() function used $theme->settings although they should not do that anymore, resolves #791 diff --git a/version.php b/version.php index 5e46c7b564a..7ae8c16ac1e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023102051; -$plugin->release = 'v4.3-r20'; +$plugin->version = 2023102052; +$plugin->release = 'v4.3-r21'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;