Merge branch 'MDL-71860-master' of git://github.com/lameze/moodle
[moodle.git] / comment / upgrade.txt
blob029e8a3b6f7a6b5ee567aaa62fdab6deca0f803b
1 This files describes API changes in /comment/* ,
2 information provided here is intended especially for developers.
4 === 3.8 ===
5   * External function get_comments now returns the total count of comments and the number of comments per page.
6     It also has a new parameter to indicate the sorting direction (defaulted to DESC).
7   * The external function core_comment_get_comments now indicates if the current user can post comments in the requested
8     area.