Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# gradereport_grader Upgrade notes
2
 
3
## 5.0
4
 
5
### Deprecated
6
 
7
- The method `gradereport_grader::get_right_avg_row()` has been finally deprecated and will now throw an exception if called.
8
 
9
  For more information see [MDL-78890](https://tracker.moodle.org/browse/MDL-78890)
10
 
11
### Removed
12
 
13
- The `behat_gradereport_grader::get_grade_item_id` step helper has been removed, please use the equivalent `behat_grades` method instead
14
 
15
  For more information see [MDL-77107](https://tracker.moodle.org/browse/MDL-77107)
16
 
17
## 4.5
18
 
19
### Deprecated
20
 
21
- The `gradereport_grader/group` ESM has been deprecated. Please use `core_course/actionbar/group` instead.
22
 
23
  For more information see [MDL-80745](https://tracker.moodle.org/browse/MDL-80745)