Skip to content

Releases: learnweb/moodle-tool_lifecycle

v4.5-r4

06 May 12:13
Compare
Choose a tag to compare
  • v4.5-r4: 'No php notice if string plugindescription is missing'

  • v4.5-r3: 'Try to fix the lang string errors to get the strings to AMOS.'

  • v4.5-r2: 'Fix an error under Moodle version 4.4 and beneath in delayed courses page by reusing the "old" path to the html_writer statement again.'

A comprehensive list of all the changes of this release can be found in the wiki of the github repository.

Wiki: Version 4.5 changes in detail

What's Changed by Pull Requests\

New Contributors

Full Changelog: v4.4-r1...v4.5-r1

v4.5-r3

05 May 17:41
Compare
Choose a tag to compare
  • v4.5-r3: 'Try to fix the lang string errors to get the strings to AMOS.'

  • v4.5-r2: 'Fix an error under Moodle version 4.4 and beneath in delayed courses page by reusing the "old" path to the html_writer statement again.'

A comprehensive list of all the changes of this release can be found in the wiki of the github repository.

Wiki: Version 4.5 changes in detail

What's Changed by Pull Requests

New Contributors

Full Changelog: v4.4-r1...v4.5-r1'

v4.5-r2

05 May 16:36
Compare
Choose a tag to compare

Fix an error under Moodle version 4.4 and beneath in delayed courses page by reusing the "old" path to the html_writer statement again.

v4.5-r1

05 May 04:26
Compare
Choose a tag to compare

A comprehensive list of all the changes of this release can be found in the wiki of the github repository.

Wiki: Version 4.5 changes in detail

What's Changed by Pull Requests

New Contributors

Full Changelog: v4.4-r1...v4.5-r1

v4.4-r1

02 May 09:47
e2ba531
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2-r1...v4.4-r1

v4.2-1

07 Jun 19:06
160bc68
Compare
Choose a tag to compare

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:

  • inform only active users by email step (#167)
  • limit workflowoverview for big instances (#171 )
  • php8.0 things (#162 )
  • add privacy providers (156)
  • specificdate-trigger fix (#151 )

v3.11-r2

31 Mar 12:46
Compare
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
Compare
Choose a tag to compare

Minor changes

v3.10-r1

16 Nov 08:29
50abf17
Compare
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
Compare
Choose a tag to compare

Made ready for Moodle 3.9 and PHP 7.4