MDL-58399 webservice: Add missing upgrade.txt information

We should indicate the API changes for developers.
This commit is contained in:
Juan Leyva
2017-04-05 09:41:15 +02:00
parent 1104a9fa44
commit dbc404de71
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -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 ===
+8
View File
@@ -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