2017-01-24 12:15:56 +08:00
|
|
|
This files describes API changes in /media/ plugins,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2021-09-16 18:16:09 +02:00
|
|
|
=== 4.0 ===
|
|
|
|
* The videojs-flash-lazy.js and videojs/video-js-swf libraries have been removed, because the Flash Player was deprecated
|
|
|
|
in 2017 and officially discontinued on 31 December 2020. Besides, the rtmp and useflash settings have been removed because
|
|
|
|
they are not required anymore, now that the flash support has been removed from the videojs media player.
|
|
|
|
|
2019-06-17 17:22:58 +02:00
|
|
|
=== 3.8 ===
|
|
|
|
* The final deprecation of core_media_manager::setup() means that this function will no longer be called.
|
|
|
|
The setup is now done in ::instance() so there is no need to call this.
|
2018-07-18 16:38:24 +08:00
|
|
|
|
2019-06-17 17:22:58 +02:00
|
|
|
=== 3.6 ===
|
2018-07-18 16:38:24 +08:00
|
|
|
* The following functions have been finally deprecated and can not be used anymore:
|
|
|
|
* core_media_player::is_enabled()
|
|
|
|
* core_media_player::compare_by_rank()
|
|
|
|
|
2017-01-24 12:15:56 +08:00
|
|
|
=== 3.3 ===
|
|
|
|
* core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance().
|
2017-03-23 10:22:00 +08:00
|
|
|
* core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.
|