| Línea -... |
Línea 1... |
| - |
|
1 |
=== 4.5 Onwards ===
|
| - |
|
2 |
|
| - |
|
3 |
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
| - |
|
4 |
|
| - |
|
5 |
===
|
| 1 |
This files describes API changes for course formats
|
6 |
This files describes API changes for course formats
|
| Línea 2... |
Línea 7... |
| 2 |
|
7 |
|
| Línea 3... |
Línea -... |
| 3 |
Overview of this plugin type at https://moodledev.io/docs/apis/plugintypes/format
|
- |
|
| 4 |
|
- |
|
| 5 |
=== 4.4.1 ===
|
- |
|
| 6 |
* The constructor of core_courseformat\output\local\state\cm has been updated to accept a new optional parameter called is_tracked_user.
|
- |
|
| 7 |
If is_tracked_user is pre-computed for this CM's course, it can be provided here to avoid an additional function call.
|
8 |
Overview of this plugin type at https://moodledev.io/docs/apis/plugintypes/format
|
| 8 |
|
9 |
|
| 9 |
=== 4.4 ===
|
10 |
=== 4.4 ===
|
| 10 |
* The core_courseformat\output\local\content\section::export_for_template() is not returning hiddenfromstudents and notavailable
|
11 |
* The core_courseformat\output\local\content\section::export_for_template() is not returning hiddenfromstudents and notavailable
|
| 11 |
directly in the data array anymore. Instead, it returns the visibility data in the 'visibility' key. It means that templates
|
12 |
directly in the data array anymore. Instead, it returns the visibility data in the 'visibility' key. It means that templates
|