Skip to content

Commit 8f59153

Browse files
committed
Release v4.5-r24
1 parent ac2ac1a commit 8f59153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
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-r24
88

99
* 2025-07-31 - Bugfix: Uninitialized $overflow might have caused the smart menu item icon picker to fail, resolves #1035
1010
* 2025-07-28 - Bugfix: Reposition Boost Union footer buttons correctly if sticky footer is shown, resolves #1033

version.php

Lines changed: 2 additions & 2 deletions
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 = 2024100749;
29-
$plugin->release = 'v4.5-r23';
28+
$plugin->version = 2024100750;
29+
$plugin->release = 'v4.5-r24';
3030
$plugin->requires = 2024100702;
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)