mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-80409 dataformat: final removal of deprecated download method.
This commit is contained in:
parent
aeb64dbfb5
commit
f75881f263
4 changed files with 9 additions and 49 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue