MDL-40913 core_message: removed 'view' add_to_log call
[moodle.git] / tag / upgrade.txt
blobe8366c8b86eeb2a282fa9b08c5b62161fcd60b90
1 This files describes API changes in tagging, information provided
2 here is intended especially for developers.
4 === 2.6 ===
6 More cleanup was done to tag cloud sorting which involved some API changes, see MDL_39800
7 * tag_print_cloud() arguments were changed.
8 * coursetag_get_tags() arguments were changed.
9 * coursetag_get_all_tags() arguments were changed.
10 * coursetag_sort() was removed.
12 === 2.4 ===
14 Significant cleanup was done to course tags which involved some API
15 changes, see MDL-15471
16 * tag_print_cloud() arguments were changed
17 * coursetag_print_cloud() was removed.
18 * coursetag_get_official_keywords() was removed
19 * coursetag_rss_feeds() was removed