Merge branch 'MDL-66436-master' of https://github.com/lucaboesch/moodle
[moodle.git] / media / upgrade.txt
blobb49be628a77c91a5d53394c6eb979648cc90a0bd
1 This files describes API changes in /media/ plugins,
2 information provided here is intended especially for developers.
4 === 3.8 ===
5 * The final deprecation of core_media_manager::setup() means that this function will no longer be called.
6 The setup is now done in ::instance() so there is no need to call this.
8 === 3.6 ===
9 * The following functions have been finally deprecated and can not be used anymore:
10   * core_media_player::is_enabled()
11   * core_media_player::compare_by_rank()
13 === 3.3 ===
14 * core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance().
15 * core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.