on-demand release 3.7dev+
[moodle.git] / mod / scorm / upgrade.txt
blob0a09d709a0a5ad981d63ca0c440761268916e9f3
1 This files describes API changes in the mod_scorm code.
3 === 3.6 ===
5 * The following renamed classes have been completely removed:
6   - scorm_default_report (now: mod_scorm\report)
8 === 3.5 ===
9 * In get_scorms_by_courses() external/ws function, the force new attempt setting is no longer a boolean - now accepts 3 values:
10   No (0), On complete (1) and the new Always (2). See MDL-32585 for more details.
12 === 3.3.2 ===
14 * scorm_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
15   now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
16   objects instead of the ids to save DB calls.
18 === 3.1 ===
19 * Group and groupings support has now been enabled.
21 === 3.0 ===
23 * External function mod_scorm_external::get_scorms_by_courses returned parameter "name" has been changed to PARAM_RAW,
24   this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
25 * Function scorm_view_display was renamed to scorm_print_launch to avoid
26   confussion with new function scorm_view.
28 === 2.8 ===
30 * Coding style fixes. A large number of coding style issues were fixed in MDL-45887. This means any local modifications
31  to mod_scorm are likely to conflict.
33 * All scorm report plugins should use namespaced classnames now. Refer MDL-46469 for details.