Skip to content

Commit 7879a1e

Browse files
committed
Release v5.0-r3
1 parent 428c1d5 commit 7879a1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moodle-lifecycletrigger_customfieldsemester
44
Changes
55
-------
66

7-
### Unreleased
7+
### v5.0-r3
88

99
* 2025-10-31 - Improvement: Verify that the semester customfield exists when restoring a workflow with this trigger, credits to bluetom.
1010

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'lifecycletrigger_customfieldsemester';
29-
$plugin->version = 2025041401;
30-
$plugin->release = 'v5.0-r2';
29+
$plugin->version = 2025041402;
30+
$plugin->release = 'v5.0-r3';
3131
$plugin->requires = 2025041400;
3232
$plugin->supported = [500, 500];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)