mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-72407 videojs: Remove videojs-flash and videojs-swf libraries
Apart from removing these libraries because the Flash Player was deprecated in 2017 and officially discontinued on 31 December 2020, the rtmp and useflash settings have been removed too (they make no sense anymore).
This commit is contained in:
parent
1a9bee69e6
commit
2a3527ccb0
19 changed files with 108 additions and 1627 deletions
|
@ -1,6 +1,11 @@
|
|||
This files describes API changes in /media/ plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 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.
|
||||
|
||||
=== 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue