Merge branch 'install_24_STABLE' of git://git.moodle.org/moodle-install into MOODLE_2...
[moodle.git] / tag / upgrade.txt
blob61785672675706913b851a9da8a8abb5208c1567
1 This files describes API changes in tagging, information provided
2 here is intended especially for developers.
4 === 2.4.7 ===
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