Releases: learnweb/moodle-tool_lifecycle
Releases · learnweb/moodle-tool_lifecycle
v4.4-r1
What's Changed
- fix upload workflow by @NinaHerrmann in #185
- Add check if process exists. by @melanietreitinger in #191
- Improve help text for integration of icons (manual trigger) by @KerstinSc in #193
- Update for Moodle 4.3 by @justusdieckmann in #190
- Hide menu entry when there is no manual workflow by @justusdieckmann in #195
- Fix sortindex handling on step deletion by @olivabigyo in #200
- Update sortindex of remaining workflows when disabling a workflow by @olivabigyo in #201
- Show menu entry when a manual or automatic workflow is active by @justusdieckmann in #199
- Check backup consistency before importing workflow by @justusdieckmann in #196
- The columns in active_manual_workflows_table shouldn't be sortable by @justusdieckmann in #206
- Update for Moodle 4.4 by @justusdieckmann in #204
- Shell escape the release notes in the release workflow by @NinaHerrmann in #207
New Contributors
- @melanietreitinger made their first contribution in #191
- @KerstinSc made their first contribution in #193
- @olivabigyo made their first contribution in #200
Full Changelog: v4.2-r1...v4.4-r1
v4.2-1
Features:
- Improved the layout of an active processes show number of courses in step (#155 )
- minor adjustments to the navigation to improve the structure (#155 )
- error table for failed courses (#136)
- add the possibility to edit steps and triggers after workflow activation (#134 )
- make course backup table searchable (#123)
Bugfixes:
v3.11-r2
- Extended exception handling
- Allow steps and triggers to be editable after process activation
- Subplugins do not need to be updated, default setting is not editable
- Subplugins define which instance settings are editable by setting a boolean:
new instance_setting([setting], [settingstype], true)
- Subplugins can define a function which is called when a setting changes:
public function on_setting_changed($settingname, $newvalue, $oldvalue)
v3.11-r1
Minor changes
v3.10-r1
Beta release v3.9-r1
Made ready for Moodle 3.9 and PHP 7.4
Beta release v3.8-r2
Beta release v3.8-r2
Changes:
- Introduced new config for the backup path of lifecycle backups
- Throw exception in process_waiting_course if called and not overridden
Beta release v3.8-r1
Beta release v3.8-r1. Changes:
- Add privacy implementation.
- Add page to view and delete workflow-delays.
- Only capitalize first word in english strings.
- Move non-API 2nd-level-namespaces to tool_lifecycle\local* according to moodle codestyle.
- Support multilang2 course names throughout the whole plugin.