moodle/course/format/UPGRADING.md

11 lines
432 B
Markdown
Raw Normal View History

2024-05-24 10:51:52 +08:00
# core_courseformat (subsystem / plugintype) Upgrade notes
## 4.5dev
### Added
- The constructor of `core_courseformat\output\local\state\cm` has been updated to accept a new optional parameter, `$istrackeduser`.
If `istrackeduser` is pre-computed for the course module's course, it can be provided here to avoid an additional function call.
For more information see [MDL-81610](https://tracker.moodle.org/browse/MDL-81610)