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 41a0ed2 commit b8cd5b8Copy full SHA for b8cd5b8
CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_union
4
Changes
5
-------
6
7
-### Unreleased
+### v4.1-r30
8
9
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations
10
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'theme_boost_union';
28
-$plugin->version = 2023010568;
29
-$plugin->release = 'v4.1-r29';
+$plugin->version = 2023010569;
+$plugin->release = 'v4.1-r30';
30
$plugin->requires = 2022112806;
31
$plugin->supported = [401, 401];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments