MDL-80880 quiz: change display of previous attempts summary
[moodle.git] / media / upgrade.txt
blobb52b961c194d5df21b752642d1ef130e3ad518b5
1 This files describes API changes in /media/ plugins,
2 information provided here is intended especially for developers.
4 === 4.0 ===
5 * The videojs-flash-lazy.js and videojs/video-js-swf libraries have been removed, because the Flash Player was deprecated
6 in 2017 and officially discontinued on 31 December 2020. Besides, the rtmp and useflash settings have been removed because
7 they are not required anymore, now that the flash support has been removed from the videojs media player.
9 === 3.8 ===
10 * The final deprecation of core_media_manager::setup() means that this function will no longer be called.
11 The setup is now done in ::instance() so there is no need to call this.
13 === 3.6 ===
14 * The following functions have been finally deprecated and can not be used anymore:
15   * core_media_player::is_enabled()
16   * core_media_player::compare_by_rank()
18 === 3.3 ===
19 * core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance().
20 * core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.