1441 |
ariadna |
1 |
=== 4.5 Onwards ===
|
|
|
2 |
|
|
|
3 |
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
|
|
4 |
|
|
|
5 |
===
|
1 |
efrain |
6 |
This files describes API changes in /competency/*. The information provided
|
|
|
7 |
here is intended especially for developers.
|
|
|
8 |
|
|
|
9 |
=== 3.7 ===
|
|
|
10 |
* tool_lp can render the ui for a competency summary or a competency picker.
|
|
|
11 |
Use get_plugins_with_function('competency_picker') or
|
|
|
12 |
get_plugins_with_function('render_competency_summary') to call it.
|
|
|
13 |
|
|
|
14 |
=== 3.3 ===
|
|
|
15 |
|
|
|
16 |
* Deprecated classes and their new equivalent:
|
|
|
17 |
- core_competency\persistent -> core\persistent
|
|
|
18 |
- core_competency\invalid_persistent_exception -> core\invalid_persistent_exception
|
|
|
19 |
- core_competency\external\exporter -> core\external\exporter
|
|
|
20 |
- core_competency\external\persistent_exporter -> core\external\persistent_exporter
|
|
|
21 |
- core_competency\external\comment_area_exporter -> core_cohort\external\comment_area_exporter
|
|
|
22 |
- core_competency\external\stored_file_exporter -> core_files\external\stored_file_exporter
|
|
|
23 |
- core_competency\external\user_summary_exporter -> core_user\external\user_summary_exporter
|