mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
This files describes API changes for code that uses the user API.
|
|
|
|
=== 3.6 ===
|
|
|
|
* The following functions have been finally deprecated and can not be used anymore:
|
|
* useredit_update_picture()
|
|
* core_user_external::update_user_preferences() now allows to unset existing preferences values.
|
|
If the preference value field is not set, the preference will be unset.
|