MDL-78962 core/loadingicon: remove jQuery requirement in the API
[moodle.git] / blocks / tag_youtube / upgrade.txt
blobb8afc46edb3eb969b90a46029fcdfa83b81085d9
1 This files describes API changes in the block tag_youtube code.
3 === 3.10.1 ===
5 * The config category now stores the category ID, instead of a string representation of the category name.
6   In YouTube Data API v3, the API call to fetch the videos related to a certain category expects the category ID to be
7   passed to the videoCategoryId parameter, instead of the category name.
9 === 3.0 ===
11 * Due to the final YouTube API v2.0 deprecation we needed to adapt the current
12   code to YouTube Data API v3. block_tag_youtube::fetch_request and
13   block_tag_youtube::render_video_list have been deprecated as they can not be
14   used any more.