NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen 2024-10-04 21:03:11 +07:00
parent 166408a13a
commit 3a6640c461
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
47 changed files with 834 additions and 738 deletions

View file

@ -1,6 +1,6 @@
# core_grades (subsystem) Upgrade notes
## 4.5rc1
## 4.5rc2
### Changed
@ -12,23 +12,23 @@
### Deprecated
- 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.
- 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.
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
- 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.
- 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.
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
- 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.
- 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.
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
- The `core_grades_renderer::group_selector()` method has been deprecated. Please use `\core_course\output\actionbar\renderer` to render a `group_selector` renderable instead.
- 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)
### 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`
- `\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)

View file

@ -1,6 +1,6 @@
# gradereport_grader Upgrade notes
## 4.5rc1
## 4.5rc2
### Deprecated

View file

@ -1,6 +1,6 @@
# gradereport_singleview Upgrade notes
## 4.5rc1
## 4.5rc2
### Deprecated

View file

@ -1,6 +1,6 @@
# gradereport_user Upgrade notes
## 4.5rc1
## 4.5rc2
### Deprecated