1441 |
ariadna |
1 |
# mod_feedback Upgrade notes
|
|
|
2 |
|
|
|
3 |
## 5.0
|
|
|
4 |
|
|
|
5 |
### Added
|
|
|
6 |
|
|
|
7 |
- Added new `mod_feedback_questions_reorder` external function
|
|
|
8 |
|
|
|
9 |
For more information see [MDL-81745](https://tracker.moodle.org/browse/MDL-81745)
|
|
|
10 |
|
|
|
11 |
### Deprecated
|
|
|
12 |
|
|
|
13 |
- The 'mode' parameter has been deprecated from 'edit_template_action_bar' and 'templates_table' contructors.
|
|
|
14 |
|
|
|
15 |
For more information see [MDL-81744](https://tracker.moodle.org/browse/MDL-81744)
|
|
|
16 |
|
|
|
17 |
### Removed
|
|
|
18 |
|
|
|
19 |
- The 'use_template' template has been removed as it is not needed anymore.
|
|
|
20 |
|
|
|
21 |
For more information see [MDL-81744](https://tracker.moodle.org/browse/MDL-81744)
|
|
|
22 |
|
|
|
23 |
## 4.5
|
|
|
24 |
|
|
|
25 |
### Deprecated
|
|
|
26 |
|
|
|
27 |
- The `\feedback_check_is_switchrole()` function has been deprecated as it didn't work.
|
|
|
28 |
|
|
|
29 |
For more information see [MDL-72424](https://tracker.moodle.org/browse/MDL-72424)
|
|
|
30 |
- The method `\mod_feedback\output\renderer::create_template_form()` has been deprecated. It is not used anymore.
|
|
|
31 |
|
|
|
32 |
For more information see [MDL-81742](https://tracker.moodle.org/browse/MDL-81742)
|