MDL-52136 mod_forum: forum_post is templatable
[moodle.git] / mod / choice / upgrade.txt
blobb43dede06b8dead29e060af4ec31cc4be0b31ac1
1 This files describes API changes in /mod/choice/*,
2 information provided here is intended especially for developers.
4 === 3.0 ===
6 * External function mod_choice_external::get_choices_by_courses returned parameter "name" and
7   mod_choice_external::get_choice_results "text" have been changed to PARAM_RAW.
8   This is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
10 === 2.9 ===
12 * custom renderers must be updated to include action=makechoice field in display_options()