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_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/elearning_plateforme1/blocks/timeline/upgrade.txt
=== 4.5 Onwards ===

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

===
This file describes API changes in the timeline block code.

=== 4.0 ===
* The timeline block courses view has been updated to only list courses which contain at least one action event within the chosen
  filter, so now uses \core_course\external\get_enrolled_courses_with_action_events_by_timeline_classification to fetch courses
  instead of core_course_external::get_enrolled_courses_by_timeline_classification, which fetches all courses within the limit.

=== 3.7 ===

* The 'block/timeline:addinstance' capability has been removed. It has never been used in code.