Merge branch 'MDL-81457-main' of https://github.com/andrewnicols/moodle
[moodle.git] / comment / upgrade.txt
blob0fd3d274ab68a6ac5f43400d3c9af76430fb5df0
1 This files describes API changes in /comment/* ,
2 information provided here is intended especially for developers.
4 === 4.2 ===
5   * The comment manager `print_comments` method has been deprecated, in favour of new system report class for listing
6     comment data
8 === 3.8 ===
9   * External function get_comments now returns the total count of comments and the number of comments per page.
10     It also has a new parameter to indicate the sorting direction (defaulted to DESC).
11   * The external function core_comment_get_comments now indicates if the current user can post comments in the requested
12     area.