Merge branch 'MDL-62663' of https://github.com/andrewhancox/moodle
[moodle.git] / competency / upgrade.txt
blobe9eff07b8ef40530291ea8d47c7e046ed2f3757e
1 This files describes API changes in /competency/*. The information provided
2 here is intended especially for developers.
4 === 3.3 ===
6 * Deprecated classes and their new equivalent:
7   - core_competency\persistent                     -> core\persistent
8   - core_competency\invalid_persistent_exception   -> core\invalid_persistent_exception
9   - core_competency\external\exporter              -> core\external\exporter
10   - core_competency\external\persistent_exporter   -> core\external\persistent_exporter
11   - core_competency\external\comment_area_exporter -> core_cohort\external\comment_area_exporter
12   - core_competency\external\stored_file_exporter  -> core_files\external\stored_file_exporter
13   - core_competency\external\user_summary_exporter -> core_user\external\user_summary_exporter