Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# report (plugin type) Upgrade notes
2
 
3
## 4.5
4
 
5
### Added
6
 
7
- Report has been added to subsystem components list.
8
 
9
  For more information see [MDL-81771](https://tracker.moodle.org/browse/MDL-81771)
10
- A new general output class, `\core_report\output\coursestructure`, has been created.
11
 
12
  For more information see [MDL-81771](https://tracker.moodle.org/browse/MDL-81771)
13
 
14
### Changed
15
 
16
- The `\core\report_helper::print_report_selector()` method accepts a new `$additional`` argument for adding content to the tertiary navigation to align with the report selector.
17
 
18
  For more information see [MDL-78773](https://tracker.moodle.org/browse/MDL-78773)
19
 
20
### Removed
21
 
22
- The previously deprecated `\core\report_helper::save_selected_report()` method has been removed and can no longer be used.
23
 
24
  For more information see [MDL-72353](https://tracker.moodle.org/browse/MDL-72353)