From 96aa635de85e97675c994d35c14b2ffebf1b8ef1 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 6 Jan 2025 15:30:05 +0100 Subject: [PATCH] Release v4.5-r5 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9aa221dc135..741e5b36e01 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.5-r5 * 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 45e0ea4148d..905414bf11e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2024100707; -$plugin->release = 'v4.5-r4'; +$plugin->version = 2024100708; +$plugin->release = 'v4.5-r5'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;