Merge branch 'scorm-task' of https://github.com/GanitGenius/moodle
[moodle.git] / mod / scorm / upgrade.txt
blob9b5fed837f7af9b93ab28b9eb51a1a753cbd9fd3
1 This files describes API changes in the mod_scorm code.
3 === 3.1 ===
4 * Group and groupings support has now been enabled.
6 === 3.0 ===
8 * External function mod_scorm_external::get_scorms_by_courses returned parameter "name" has been changed to PARAM_RAW,
9   this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
10 * Function scorm_view_display was renamed to scorm_print_launch to avoid
11   confussion with new function scorm_view.
13 === 2.8 ===
15 * Coding style fixes. A large number of coding style issues were fixed in MDL-45887. This means any local modifications
16  to mod_scorm are likely to conflict.
18 * All scorm report plugins should use namespaced classnames now. Refer MDL-46469 for details.