Skip to content

Version 1.2.8 (2024052900)

Compare
Choose a tag to compare
@ngandrass ngandrass released this 29 May 14:25
· 68 commits to master since this release
bd46b3a

Changelog

  • Fix autoinstall admin UI form for Moodle 4.1 (LTS)
  • Fix edge case during GDPR exports via the Moodle privacy API when using PHP 7.4
  • Fix webservice token generation on Moodle 4.1 (LTS)
  • Largely extend the test coverage. Now almost everything is tested automatically for all combinations of:
    • Moodle version: 4.1 - 4.4
    • PHP versions: 7.4 - 8.3
    • Database backends: mariadb, pgsql
  • Cleanup attempt report generation code
  • Provide documentation how to run tests locally
  • Fix typos

Note: Keep in mind to update your Quiz Archive Worker too!