weekly release 4.5dev
[moodle.git] / cohort / upgrade.txt
blob881b27426802f28bf6ad3cb835d33a8a53385398
1 === 4.5 Onwards ===
3 This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
5 ===
6 This files describes API changes in /cohort/ information provided here is intended
7 especially for developers.
9 === 4.2 ===
10 * Added cohort custom fields.
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
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.