moodle/mod/imscp/upgrade.txt
Paul Holden 436a279dec
MDL-76953 mod: deprecate libxml library method wrappers.
The `libxml_disable_entity_loader` method is deprecated since PHP8.0,
which is our minimum required version so we no longer need to support
calls to it using the current wrappers.
2023-06-16 19:15:24 +01:00

11 lines
435 B
Plaintext

This files describes API changes in the imscp code.
=== 4.3 ===
* The `imscp_libxml_disable_entity_loader` method is deprecated, as it is no longer required from PHP 8.0
=== 3.0 ===
* External function mod_imscp_external::get_imscps_by_courses returned parameter "name" has been changed to PARAM_RAW,
this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.