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 428c1d5 commit 7879a1eCopy full SHA for 7879a1e
CHANGES.md
@@ -4,7 +4,7 @@ moodle-lifecycletrigger_customfieldsemester
4
Changes
5
-------
6
7
-### Unreleased
+### v5.0-r3
8
9
* 2025-10-31 - Improvement: Verify that the semester customfield exists when restoring a workflow with this trigger, credits to bluetom.
10
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'lifecycletrigger_customfieldsemester';
29
-$plugin->version = 2025041401;
30
-$plugin->release = 'v5.0-r2';
+$plugin->version = 2025041402;
+$plugin->release = 'v5.0-r3';
31
$plugin->requires = 2025041400;
32
$plugin->supported = [500, 500];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments