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 80ebac8 commit 0bd2f55Copy full SHA for 0bd2f55
CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_union
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r27
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-15 - Make codechecker happy again
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'theme_boost_union';
28
-$plugin->version = 2024100754;
29
-$plugin->release = 'v4.5-r26';
+$plugin->version = 2024100755;
+$plugin->release = 'v4.5-r27';
30
$plugin->requires = 2024100702;
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments