moodle/report/UPGRADING.md

25 lines
870 B
Markdown
Raw Normal View History

2024-05-24 10:51:52 +08:00
# report (plugin type) Upgrade notes
2024-10-05 15:08:28 +08:00
## 4.5
2024-05-24 10:51:52 +08:00
2024-07-05 09:01:53 +08:00
### Added
2024-05-24 10:51:52 +08:00
2024-10-04 21:03:11 +07:00
- Report has been added to subsystem components list.
2024-05-24 10:51:52 +08:00
2024-07-05 09:01:53 +08:00
For more information see [MDL-81771](https://tracker.moodle.org/browse/MDL-81771)
2024-10-04 21:03:11 +07:00
- A new general output class, `\core_report\output\coursestructure`, has been created.
2024-06-20 16:30:46 +02:00
2024-07-05 09:01:53 +08:00
For more information see [MDL-81771](https://tracker.moodle.org/browse/MDL-81771)
2024-10-04 21:03:11 +07:00
### Changed
- 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.
For more information see [MDL-78773](https://tracker.moodle.org/browse/MDL-78773)
### Removed
- The previously deprecated `\core\report_helper::save_selected_report()` method has been removed and can no longer be used.
For more information see [MDL-72353](https://tracker.moodle.org/browse/MDL-72353)