moodle/grade/UPGRADING.md

35 lines
1.7 KiB
Markdown
Raw Normal View History

2024-05-24 10:51:52 +08:00
# core_grades (subsystem) Upgrade notes
2024-10-01 19:33:48 +07:00
## 4.5rc1
2024-05-24 10:51:52 +08:00
2024-08-02 09:30:38 +08:00
### Changed
- The grade `itemname` property contained in the return structure of the following external methods is now PARAM_RAW:
- `core_grades_get_gradeitems`
- `gradereport_user_get_grade_items`
For more information see [MDL-80017](https://tracker.moodle.org/browse/MDL-80017)
2024-06-20 16:30:46 +02:00
### Deprecated
2024-09-27 18:45:07 +07:00
- The behat step definition `behat_grade::i_confirm_in_search_within_the_gradebook_widget_exists` has been deprecated. Please use `behat_general::i_confirm_in_search_combobox_exists` instead.
2024-07-19 09:30:19 +08:00
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
2024-09-27 18:45:07 +07:00
- The behat step definition `behat_grade::i_confirm_in_search_within_the_gradebook_widget_does_not_exist` has been deprecated. Please use `behat_general::i_confirm_in_search_combobox_does_not_exist` instead.
2024-07-19 09:30:19 +08:00
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
2024-09-27 18:45:07 +07:00
- The behat step definition `behat_grade::i_click_on_in_search_widget` has been deprecated. Please use `behat_general::i_click_on_in_search_combobox` instead.
2024-07-19 09:30:19 +08:00
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
2024-06-20 16:30:46 +02:00
- The `core_grades_renderer::group_selector()` method has been deprecated. Please use `\core_course\output\actionbar\renderer` to render a `group_selector` renderable instead.
For more information see [MDL-80745](https://tracker.moodle.org/browse/MDL-80745)
2024-09-27 18:45:07 +07:00
### Removed
- The following previously deprecated Behat step helper methods have been removed and can no longer be used:
- `behat_grade::select_in_gradebook_navigation_selector`
- `behat_grade::select_in_gradebook_tabs`
For more information see [MDL-74581](https://tracker.moodle.org/browse/MDL-74581)