Skip to content

Commit 56eb803

Browse files
committed
Release v4.3-r4
1 parent 0339c67 commit 56eb803

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+
### v4.3-r4
88

99
* 2025-04-14 - Add plugin description string to be used by tool_lifecycle's subplugin API.
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 = 2023102002;
30-
$plugin->release = 'v4.3-r3';
29+
$plugin->version = 2023102003;
30+
$plugin->release = 'v4.3-r4';
3131
$plugin->requires = 2023100900;
3232
$plugin->supported = [403, 403];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)