Merge branch 'MDL-81713-main' of https://github.com/junpataleta/moodle
[moodle.git] / blog / upgrade.txt
blobaf73a733f2f2edf13bd46fe3557c9cf28cb35ba4
1 This files describes API changes in /blog/* ,
2 information provided here is intended especially for developers.
4 === 4.4 ===
5   * The blog_entry class constructor now throws an exception if the indicated entry id does not exist.
7 === 3.7 ===
8   * External function get_entries now returns an additional field "tags" returning the post tags.
10 === 2.7 ===
12 * blog_entry->add_associations() does not accept any params.
13 * blog_entry->add_association() accepts only one param.