mirror of
https://github.com/moodle/moodle.git
synced 2025-02-26 21:13:33 +01:00
11 lines
432 B
Markdown
11 lines
432 B
Markdown
|
# 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)
|