Skip to content

Commit cdff40e

Browse files
committed
Release v4.5-r8
1 parent 7516020 commit cdff40e

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-r8
88

99
* 2025-02-17 - Bugfix: Remove the possibility to set the activity purpose for subsections to avoid that activities within subsections get tinted with the wrong color, resolves #823.
1010
* 2025-02-12 - Bugfix: Accessibility page link in description differed from real location, resolves #818.

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 = 2024100716;
29-
$plugin->release = 'v4.5-r7';
28+
$plugin->version = 2024100717;
29+
$plugin->release = 'v4.5-r8';
3030
$plugin->requires = 2024100702;
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)