Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# report_log Upgrade notes
2
 
3
## 5.0
4
 
5
### Removed
6
 
7
- Support for the $grouplist public member in the report_log_renderable class has been removed.
8
 
9
  For more information see [MDL-81155](https://tracker.moodle.org/browse/MDL-81155)
10
 
11
## 4.5
12
 
13
### Added
14
 
15
- The `\report_log_renderable::get_activities_list()` method return values now includes an array of disabled elements, in addition to the array of activities.
16
 
17
  For more information see [MDL-82146](https://tracker.moodle.org/browse/MDL-82146)