File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-lifecycletrigger_customfieldsemester
4
4
Changes
5
5
-------
6
6
7
+ ### Unreleased
8
+
9
+ * 2025-04-14 - Add plugin description string to be used by tool_lifecycle's subplugin API.
10
+
7
11
### v4.4-r2
8
12
9
13
* 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests.
Original file line number Diff line number Diff line change 27
27
28
28
$ string ['error_delaypositive ' ] = 'The amount of months must be a positive integer value between 1 and 999. ' ;
29
29
$ string ['error_missingfield ' ] = 'The configured custom field \'{$a->missingfield} \' is missing. ' ;
30
+ $ string ['plugindescription ' ] = 'Trigger courses by the course custom field \'semester \'' ;
30
31
$ string ['pluginname ' ] = 'Customfield semester trigger ' ;
31
32
$ string ['privacy:metadata ' ] = 'The "Customfield Semester Trigger" subplugin of the admin tool "Course Life Cycle" does not store any personal data. ' ;
32
33
$ string ['setting_customfield ' ] = 'Custom field ' ;
You can’t perform that action at this time.
0 commit comments