2016-12-05 14:44:57 +08:00
|
|
|
This files describes API changes in /competency/*. The information provided
|
|
|
|
here is intended especially for developers.
|
|
|
|
|
2019-02-19 12:49:01 +08:00
|
|
|
=== 3.7 ===
|
|
|
|
* tool_lp can render the ui for a competency summary or a competency picker.
|
|
|
|
Use get_plugins_with_function('competency_picker') or
|
|
|
|
get_plugins_with_function('render_competency_summary') to call it.
|
|
|
|
|
2016-12-05 14:44:57 +08:00
|
|
|
=== 3.3 ===
|
|
|
|
|
|
|
|
* Deprecated classes and their new equivalent:
|
|
|
|
- core_competency\persistent -> core\persistent
|
|
|
|
- core_competency\invalid_persistent_exception -> core\invalid_persistent_exception
|
2016-12-08 15:57:15 +08:00
|
|
|
- core_competency\external\exporter -> core\external\exporter
|
|
|
|
- core_competency\external\persistent_exporter -> core\external\persistent_exporter
|
2016-12-09 16:08:36 +08:00
|
|
|
- core_competency\external\comment_area_exporter -> core_cohort\external\comment_area_exporter
|
|
|
|
- core_competency\external\stored_file_exporter -> core_files\external\stored_file_exporter
|
|
|
|
- core_competency\external\user_summary_exporter -> core_user\external\user_summary_exporter
|