We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9579d commit 04fb9d8Copy full SHA for 04fb9d8
CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_union
4
Changes
5
-------
6
7
-### Unreleased
+### v5.0-r11
8
9
* 2025-10-22 - Bugfix: Solve possible performance issues due to hook override cache being invalidated by CLI scripts, resolves #1076
10
* 2025-10-21 - Tests: Some Behat tests for smart menus failed on 5.0, resolves #1074
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'theme_boost_union';
28
-$plugin->version = 2025041426;
29
-$plugin->release = 'v5.0-r10';
+$plugin->version = 2025041427;
+$plugin->release = 'v5.0-r11';
30
$plugin->requires = 2025041401;
31
$plugin->supported = [500, 500];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments