mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-68612 user: Unified filter deprecations - renderer and renderable
This commit is contained in:
parent
2396e3156f
commit
03cb6064ea
3 changed files with 22 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
|||
This files describes API changes for code that uses the user API.
|
||||
|
||||
=== 3.9 ===
|
||||
|
||||
* The unified filter has been replaced by the participants filter. The following have therefore been deprecated:
|
||||
* Library functions:
|
||||
* user_get_participants_sql
|
||||
* user_get_total_participants
|
||||
* user_get_participants
|
||||
* Unified filter renderer (core_user_renderer::unified_filter)
|
||||
* Unified filter renderable (\core_user\output\unified_filter)
|
||||
* Unified filter JavaScript (core_user/unified_filter.js and core_user/unified_filter_datasource.js)
|
||||
* Unified filter template (unified_filter.mustache)
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
* The following functions have been finally deprecated and can not be used anymore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue