Releases: eLearning-TUDarmstadt/moodle-tool_supporter
Releases · eLearning-TUDarmstadt/moodle-tool_supporter
v4-r6
v4-r5
- Set
numsections
for new courses using Moodle config - Fix invisible options sometimes appearing in course table dropdown
- Show enrolment method instead of id in course details
v4-r4
- Fixed broken json with some languages (like French) that could use single or double quotes in field headers, thanks @brunobaudry
- Added screenshots
- Made some spelling corrections
v4-r3
- Added an option to show auth type and suspension status in user details table
- Replaced a deprecated function that was used for getting activity information
- Fixed some code checker errors
Release v1.07
- Fixed startdate-related warnings when creating a new course
- Release version in version.php is now equal to latest git
v4-r2
- Fixed issue with version number for the plugin
v4-r1
Changelog:
- 2023-05-09 - Moodle 4.0+ is now required
- 2023-06-06 - Plugin release name now represents targeted Moodle version
- 2023-05-16 - Supporter links in Site Administration moved to a separate category in General
- 2023-05-24 - Max supported category depth level changed to 5 (2 enabled by default)
- 2023-05-10 - Fixed "nopermissions" modal using Level 1 Support (read-only) #110
- 2023-05-12 - Fixed search field and refresh text strings being hardcoded to english #108
- 2023-05-16 - Fixed various small coding style errors and typos
- 2023-05-19 - Corrected some comments
- 2023-05-16 - Added static code checks using moodle-plugin-ci and GHA
- 2023-05-30 - Added test status badge for GHA
- 2023-06-06 - Updated plugin description
Release v1.06
- Small bugfixes ported from dev branch
Release v1.05
- Added more config options, thanks @christianwolters
- Updated readme file
Release v1.04
- Supported Moodle versions are now 3.10 and 3.11
- Small fixes from 310 branch