Merge branch 'MDL-76652-311' of https://github.com/lameze/moodle into MOODLE_311_STABLE
[moodle.git] / mod / chat / upgrade.txt
blob812e127ea29ab74ef6bf44180aaf6eb7c65ead25
1 This files describes API changes in /mod/chat/*,
2 information provided here is intended especially for developers.
4 === 3.3.2 ===
6 * chat_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
7   now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
8   objects instead of the ids to save DB calls.
10 === 2.4 ===
12 optional - no changes needed:
13 * previous references to icons c/user and c/group have been renamed to i/user and i/group.