Skip to content

Commit 082ecec

Browse files
committed
change to production workflow, update changes, increase version of changed subplugins
1 parent 20ed5b2 commit 082ecec

File tree

5 files changed

+15
-28
lines changed

5 files changed

+15
-28
lines changed

.github/workflows/config.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
CHANGELOG
22
=========
33

4-
5.0.1(2025-11-09)
4+
5.0.1(2025-11-15)
55
------------------
6-
* [FEATURE] Customise buttons in adminapprove step (PR #266)
6+
* [FEATURE] Customise buttons in adminapprove step PR #266
7+
* [FEATURE] Improve listings of triggered courses in workflowoverview
8+
* [FEATURE] Semindependent trigger: add option to select courses with no customfield semester or termindependent value
9+
* [FEATURE] Implement checks for plugin dependencies
10+
* [FIXED] adminapprove step: insert into table only if it does not yet exist PR #268
11+
* [FIXED] category trigger: do not display form elements twice PR #267
12+
* [FIXED] Handle manual trigger correctly with AND condition PR #269
13+
* [FIXED] Respect use of check_course function when counting triggered courses
714

815
5.0.0(2025-10-23)
916
------------------

trigger/categories/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$plugin->component = 'lifecycletrigger_categories';
2828
$plugin->maturity = MATURITY_STABLE;
29-
$plugin->version = 2025102300;
29+
$plugin->version = 2025102301;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3131
$plugin->supported = [401, 500];
32-
$plugin->release = 'v5.0-r1';
32+
$plugin->release = 'v5.0-r2';

trigger/delayedcourses/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$plugin->component = 'lifecycletrigger_delayedcourses';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->version = 2025102300;
30+
$plugin->version = 2025102301;
3131
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3232
$plugin->supported = [401, 500];
33-
$plugin->release = 'v5.0-r1';
33+
$plugin->release = 'v5.0-r2';

trigger/semindependent/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$plugin->component = 'lifecycletrigger_semindependent';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->version = 2025102300;
30+
$plugin->version = 2025102301;
3131
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3232
$plugin->supported = [401, 500];
33-
$plugin->release = 'v5.0-r1';
33+
$plugin->release = 'v5.0-r2';

0 commit comments

Comments
 (0)