Merge branch 'MDL-62782-master' of git://github.com/damyon/moodle
[moodle.git] / mod / workshop / upgrade.txt
blob4032b08cebf9ce55cddeda5944ee3741af06d4b3
1 This files describes API changes in /mod/workshop - activity modules,
2 information provided here is intended especially for developers.
4 === 3.4 ===
6 * workshop_strategy::get_dimensions_info now returns also the scale items (if scales are being used).
8 === 3.3.2 ===
10 * workshop_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
11   now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
12   objects instead of the ids to save DB calls.
14 === 2.7 ===
16 * The method workshop::log() has been deprecated in the workshop module. Please use the event classes instead
17   (mod/workshop/classes/event).