Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This file describes API changes in the timeline block code.
7
 
8
=== 4.0 ===
9
* The timeline block courses view has been updated to only list courses which contain at least one action event within the chosen
10
  filter, so now uses \core_course\external\get_enrolled_courses_with_action_events_by_timeline_classification to fetch courses
11
  instead of core_course_external::get_enrolled_courses_by_timeline_classification, which fetches all courses within the limit.
12
 
13
=== 3.7 ===
14
 
15
* The 'block/timeline:addinstance' capability has been removed. It has never been used in code.