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 /cohort/ information provided here is intended
7
especially for developers.
8
 
9
=== 4.2 ===
10
* Added cohort custom fields.
11
 
12
=== 3.1 ===
13
* The Webservice core_cohort_get_cohorts now has the added functionality of getting all cohorts
14
  by not passing any parameters
15
 
16
=== 2.6 ===
17
* Webservice core_cohort_update_cohorts was incorrectly specifiying float as the parameter type
18
  for cohort id. This field is actually int and input is now reported and processed as such.
19
* Webservice core_cohort_get_cohorts was incorrectly specifiying float as the return
20
  type for cohort id. The actual return type is int and is now reported as such.
21