Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# format_topics Upgrade notes
2
 
3
## 5.0
4
 
5
### Deprecated
6
 
7
- In format topics, the section controlmenu class deprecates the get_course_url method. This may affect formats extending the topics format and adding extra items to the section menu. Use $this->format->get_update_url instead.
8
 
9
  For more information see [MDL-82767](https://tracker.moodle.org/browse/MDL-82767)
10
- The get_highlight_control in the section controlmenu class is now deprecated. Use get_section_highlight_item instead
11
 
12
  For more information see [MDL-83527](https://tracker.moodle.org/browse/MDL-83527)