MDL-58399 webservice: Add missing upgrade.txt information
We should indicate the API changes for developers.
This commit is contained in:
@@ -4,6 +4,11 @@ information provided here is intended especially for developers.
|
||||
=== 3.3 ===
|
||||
|
||||
* External function core_course_external::get_courses_by_field now returns the course filters list and status.
|
||||
* External function core_course_external::get_course_contents now return the following additional file fields:
|
||||
- mimetype (the file mime type)
|
||||
- isexternalfile (if is a file reference to a external repository)
|
||||
- repositorytype (the repository name in case is a external file)
|
||||
Those fields are VALUE_OPTIONAL for backwards compatibility.
|
||||
|
||||
=== 3.2 ===
|
||||
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
This files describes API changes in /mod/* - activity modules,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.3 ===
|
||||
|
||||
* External functions that were returning file information now return the following additional file fields:
|
||||
- mimetype (the file mime type)
|
||||
- isexternalfile (if is a file reference to a external repository)
|
||||
- repositorytype (the repository name in case is a external file)
|
||||
Those fields are VALUE_OPTIONAL for backwards compatibility.
|
||||
|
||||
=== 3.2 ===
|
||||
|
||||
* Callback delete_course is deprecated and should be replaced with observer for event \core\event\course_content_deleted
|
||||
|
||||
Reference in New Issue
Block a user