MDL-78511 tool_mfa: Fix version for sms plugin.
[moodle.git] / blocks / timeline / upgrade.txt
blobb64f9a5af9f3fcf9ce58be5ab0424ed3a1499ef6
1 This file describes API changes in the timeline block code.
3 === 4.0 ===
4 * The timeline block courses view has been updated to only list courses which contain at least one action event within the chosen
5   filter, so now uses \core_course\external\get_enrolled_courses_with_action_events_by_timeline_classification to fetch courses
6   instead of core_course_external::get_enrolled_courses_by_timeline_classification, which fetches all courses within the limit.
8 === 3.7 ===
10 * The 'block/timeline:addinstance' capability has been removed. It has never been used in code.