Skip to content

Commit 66c24ba

Browse files
committed
Release v4.5-r5
1 parent 268468a commit 66c24ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moodle-theme_boost_union
44
Changes
55
-------
66

7-
### Unreleased
7+
### v4.5-r5
88

99
* 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.
1010
* 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

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'theme_boost_union';
28-
$plugin->version = 2024100707;
29-
$plugin->release = 'v4.5-r4';
28+
$plugin->version = 2024100708;
29+
$plugin->release = 'v4.5-r5';
3030
$plugin->requires = 2024100700;
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)