MDL-80409 dataformat: final removal of deprecated download method.

This commit is contained in:
Paul Holden 2023-12-13 09:48:51 +00:00
parent aeb64dbfb5
commit f75881f263
No known key found for this signature in database
GPG key ID: A81A96D6045F6164
4 changed files with 9 additions and 49 deletions

View file

@ -14,6 +14,8 @@ information provided here is intended especially for developers.
* New return value 'icon' has been added to the 'external_files' webservice structure. This return value represents the
relative path to the relevant file type icon based on the file's mime type.
* Removed the sesskey passed from manageauths and manageenrols to their respective test_settings.php pages.
* The following previously deprecated methods have been removed and can no longer be used:
- `download_as_dataformat`
* In enrollib.php, the method enrol_get_course_users() got an optional 5th parameter $usergroups that
defaults to an empty array. Here, user group ids can be provided, to select enrolled users in a course
that are also members of these groups.