Merge branch 'MDL-77669-39' of https://github.com/andrewnicols/moodle into MOODLE_39_...
[moodle.git] / user / upgrade.txt
blob85531920a8daf55cadda2de444ec109651a95339
1 This files describes API changes for code that uses the user API.
3 === 3.9 ===
5 * The unified filter has been replaced by the participants filter. The following have therefore been deprecated:
6   * Library functions:
7     * user_get_participants_sql
8     * user_get_total_participants
9     * user_get_participants
10   * Unified filter renderer (core_user_renderer::unified_filter)
11   * Unified filter renderable (\core_user\output\unified_filter)
12   * Unified filter JavaScript (core_user/unified_filter.js and core_user/unified_filter_datasource.js)
13   * Unified filter template (unified_filter.mustache)
15 === 3.6 ===
17 * The following functions have been finally deprecated and can not be used anymore:
18   * useredit_update_picture()
19 * core_user_external::update_user_preferences() now allows to unset existing preferences values.
20   If the preference value field is not set, the preference will be unset.