Skip to content

Releases: learnweb/moodle-tool_lifecycle

v3.11-r2

31 Mar 12:46

Choose a tag to compare

  • Extended exception handling
    • Added webpage for list of failed processes
    • Added rollback and proceed as further actions
    • Table includes stack trace and error message
    • Admin notifications
      Screenshot error table
  • 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

17 May 09:37
8eee4e1

Choose a tag to compare

Minor changes

v3.10-r1

16 Nov 08:29
50abf17

Choose a tag to compare

Update to 3.10

Change log v3.10-r1 (2020111600)

  • Restructure Delay-SQL-Query to avoid full joins
  • Delete backup files in file area after copying

Beta release v3.9-r1

26 Jun 13:03

Choose a tag to compare

Made ready for Moodle 3.9 and PHP 7.4

Beta release v3.8-r2

29 Jan 12:14

Choose a tag to compare

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

03 Dec 09:45
f752b45

Choose a tag to compare

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.