Merge branch 'MDL-49143-28' of git://github.com/cameron1729/moodle into MOODLE_28_STABLE
[moodle.git] / tag / upgrade.txt
blob4340ca4f7679e59f8eaca1fdb00f9f8913dfe0b2
1 This files describes API changes in tagging, information provided
2 here is intended especially for developers.
4 === 2.7 ===
6 * The functions tag_set, tag_set_add, tag_set_delete and tag_assign now expect the component
7 and contextid of the item being tagged.
9 === 2.6 ===
11 More cleanup was done to tag cloud sorting which involved some API changes, see MDL_39800
12 * tag_print_cloud() arguments were changed.
13 * coursetag_get_tags() arguments were changed.
14 * coursetag_get_all_tags() arguments were changed.
15 * coursetag_sort() was removed.
17 === 2.4 ===
19 Significant cleanup was done to course tags which involved some API
20 changes, see MDL-15471
21 * tag_print_cloud() arguments were changed
22 * coursetag_print_cloud() was removed.
23 * coursetag_get_official_keywords() was removed
24 * coursetag_rss_feeds() was removed