Commit | Line | Data |
---|---|---|
2198e0e9 FM |
1 | This files describes API changes in /competency/*. The information provided |
2 | here is intended especially for developers. | |
3 | ||
8aff6f6f DW |
4 | === 3.7 === |
5 | * tool_lp can render the ui for a competency summary or a competency picker. | |
6 | Use get_plugins_with_function('competency_picker') or | |
7 | get_plugins_with_function('render_competency_summary') to call it. | |
8 | ||
2198e0e9 FM |
9 | === 3.3 === |
10 | ||
11 | * Deprecated classes and their new equivalent: | |
12 | - core_competency\persistent -> core\persistent | |
13 | - core_competency\invalid_persistent_exception -> core\invalid_persistent_exception | |
6e281435 FM |
14 | - core_competency\external\exporter -> core\external\exporter |
15 | - core_competency\external\persistent_exporter -> core\external\persistent_exporter | |
f5f02ac0 FM |
16 | - core_competency\external\comment_area_exporter -> core_cohort\external\comment_area_exporter |
17 | - core_competency\external\stored_file_exporter -> core_files\external\stored_file_exporter | |
18 | - core_competency\external\user_summary_exporter -> core_user\external\user_summary_exporter |