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 0339c67 commit 56eb803Copy full SHA for 56eb803
CHANGES.md
@@ -4,7 +4,7 @@ moodle-lifecycletrigger_customfieldsemester
4
Changes
5
-------
6
7
-### Unreleased
+### v4.3-r4
8
9
* 2025-04-14 - Add plugin description string to be used by tool_lifecycle's subplugin API.
10
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'lifecycletrigger_customfieldsemester';
29
-$plugin->version = 2023102002;
30
-$plugin->release = 'v4.3-r3';
+$plugin->version = 2023102003;
+$plugin->release = 'v4.3-r4';
31
$plugin->requires = 2023100900;
32
$plugin->supported = [403, 403];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments