Merge branch 'MDL-79673' of https://github.com/paulholden/moodle
[moodle.git] / mod / imscp / upgrade.txt
blobb150f3efe6fcd766e58dba939855d5019c0d495e
1 This files describes API changes in the imscp code.
3 === 4.3 ===
5 * The `imscp_libxml_disable_entity_loader` method is deprecated, as it is no longer required from PHP 8.0
7 === 3.0 ===
9 * External function mod_imscp_external::get_imscps_by_courses returned parameter "name" has been changed to PARAM_RAW,
10   this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.