Skip to content

Commit 04fb9d8

Browse files
committed
Release v5.0-r11
1 parent 2f9579d commit 04fb9d8

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+
### v5.0-r11
88

99
* 2025-10-22 - Bugfix: Solve possible performance issues due to hook override cache being invalidated by CLI scripts, resolves #1076
1010
* 2025-10-21 - Tests: Some Behat tests for smart menus failed on 5.0, resolves #1074

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 = 2025041426;
29-
$plugin->release = 'v5.0-r10';
28+
$plugin->version = 2025041427;
29+
$plugin->release = 'v5.0-r11';
3030
$plugin->requires = 2025041401;
3131
$plugin->supported = [500, 500];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)