HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/elearning_plateforme1/competency/upgrade.txt
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

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