public/mod/feedback/UPGRADING.md
The method feedback_init_feedback_session() has been deprecated, along with all other direct access to $SESSION from the module
For more information see MDL-86607
public/mod/feedback/edit_form.php.public/mod/feedback/use_templ_form.php.For more information see MDL-87425
Two new methods, feedback_get_completeds and feedback_get_completeds_count, have been added to the feedback API. These methods allow you to retrieve completed items based on multiple groups.
For more information see MDL-85850
Added new mod_feedback_questions_reorder external function
For more information see MDL-81745
The 'mode' parameter has been deprecated from 'edit_template_action_bar' and 'templates_table' contructors.
For more information see MDL-81744
The 'use_template' template has been removed as it is not needed anymore.
For more information see MDL-81744