From e5cb52d5ff381b4753e1b3c7bc2b419843ac31ef Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 6 Jan 2025 15:30:17 +0100 Subject: [PATCH] Release v4.1-r35 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9c7b2831810..7ec89b78aaa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.1-r35 * 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 ae4648a8cf1..2247ff959bc 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023010577; -$plugin->release = 'v4.1-r34'; +$plugin->version = 2023010578; +$plugin->release = 'v4.1-r35'; $plugin->requires = 2022112806; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;