Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in the imscp code.
7
 
8
=== 4.3 ===
9
 
10
* The `imscp_libxml_disable_entity_loader` method is deprecated, as it is no longer required from PHP 8.0
11
 
12
=== 3.0 ===
13
 
14
* External function mod_imscp_external::get_imscps_by_courses returned parameter "name" has been changed to PARAM_RAW,
15
  this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.