HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/demo.sumar.com.py/competency/upgrade.txt
This files describes API changes in /competency/*. The information provided
here is intended especially for developers.

=== 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.

=== 3.3 ===

* Deprecated classes and their new equivalent:
  - core_competency\persistent                     -> core\persistent
  - core_competency\invalid_persistent_exception   -> core\invalid_persistent_exception
  - core_competency\external\exporter              -> core\external\exporter
  - core_competency\external\persistent_exporter   -> core\external\persistent_exporter
  - 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