Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in /competency/*. The information provided
2
here is intended especially for developers.
3
 
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
 
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
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