Merge branch 'MDL-55835-master' of git://github.com/danpoltawski/moodle
[moodle.git] / course / upgrade.txt
blobb9309b15b7a025760d0b302a8e104f7d468c4e44
1 This files describes API changes in /course/*,
2 information provided here is intended especially for developers.
4 === 3.2 ===
6  * External function core_course_external::get_course_contents now returns the section's number in the course (new section field).
7  * External functions that were returning file information now return the following file fields:
8    filename, filepath, mimetype, filesize, timemodified and fileurl.
9    Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
10  * The modchooser now uses a renderable and a template, thus its associated renderer
11    methods have been deprecated. Note that the call to core_course_render::course_modchooser,
12    is still required. Deprecated methods:
13    - core_course_renderer::course_modchooser_module_types
14    - core_course_renderer::course_modchooser_module
15    - core_course_renderer::course_modchooser_title
16  * You can now specify a course end date when calling core_course_external::create_courses and core_course_external::update_courses
17    external functions. core_course_external::get_courses external function is now returning courses end date values.