MDL-59287 upgrade.txt: avoid misleading versions
[moodle.git] / mod / workshop / upgrade.txt
blob88a71f5b34a411c6f9c1c19386f42c95aac08426
1 This files describes API changes in /mod/workshop - activity modules,
2 information provided here is intended especially for developers.
4 === 3.3.2 ===
6 * workshop_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.7 ===
12 * The method workshop::log() has been deprecated in the workshop module. Please use the event classes instead
13   (mod/workshop/classes/event).