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 enrol_database code.
7
 
8
=== 3.11 ===
9
* Final deprecation enrol/database/cli/sync.php. Refer below for substitute.
10
 
11
=== 3.9 ===
12
* Class enrol_database_admin_setting_category has been removed. This class was only used by the database
13
  enrolment plugin settings and it was replaced by admin_settings_coursecat_select.
14
 
15
=== 3.7 ===
16
* enrol/database/cli/sync.php script has been deprecated in favour of enrol_database\task\sync_enrolments task.