Skip to content

Commit 9d13130

Browse files
committed
Add plugin description string to be used by tool_lifecycle's subplugin API.
1 parent 4500d5a commit 9d13130

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-lifecycletrigger_customfieldsemester
44
Changes
55
-------
66

7+
### Unreleased
8+
9+
* 2025-04-14 - Add plugin description string to be used by tool_lifecycle's subplugin API.
10+
711
### v4.4-r2
812

913
* 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests.

lang/en/lifecycletrigger_customfieldsemester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
$string['error_delaypositive'] = 'The amount of months must be a positive integer value between 1 and 999.';
2929
$string['error_missingfield'] = 'The configured custom field \'{$a->missingfield}\' is missing.';
30+
$string['plugindescription'] = 'Trigger courses by the course custom field \'semester\'';
3031
$string['pluginname'] = 'Customfield semester trigger';
3132
$string['privacy:metadata'] = 'The "Customfield Semester Trigger" subplugin of the admin tool "Course Life Cycle" does not store any personal data.';
3233
$string['setting_customfield'] = 'Custom field';

0 commit comments

Comments
 (0)