Commit | Line | Data |
---|---|---|
1abd4376 JO |
1 | This files describes API changes in /media/ plugins, |
2 | information provided here is intended especially for developers. | |
3 | ||
c2c5f08c SA |
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. | |
d77b5db5 | 7 | |
c2c5f08c | 8 | === 3.6 === |
d77b5db5 MG |
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() | |
12 | ||
1abd4376 JO |
13 | === 3.3 === |
14 | * core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance(). | |
fb73f60a | 15 | * core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin. |