mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
13 lines
523 B
Plaintext
13 lines
523 B
Plaintext
This files describes API changes in /media/ plugins,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.6 ===
|
|
|
|
* The following functions have been finally deprecated and can not be used anymore:
|
|
* core_media_player::is_enabled()
|
|
* core_media_player::compare_by_rank()
|
|
|
|
=== 3.3 ===
|
|
* core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance().
|
|
* core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.
|