Merge branch 'MDL-81457-main' of https://github.com/andrewnicols/moodle
[moodle.git] / competency / upgrade.txt
blob5582241b39c599eee63499666672aadbe0a5a619
1 This files describes API changes in /competency/*. The information provided
2 here is intended especially for developers.
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.
9 === 3.3 ===
11 * Deprecated classes and their new equivalent:
12   - core_competency\persistent                     -> core\persistent
13   - core_competency\invalid_persistent_exception   -> core\invalid_persistent_exception
14   - core_competency\external\exporter              -> core\external\exporter
15   - core_competency\external\persistent_exporter   -> core\external\persistent_exporter
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