MDL-31365 Fix for safebrowser and securewindow
[moodle.git] / theme / upgrade.txt
CommitLineData
0f704140
PS
1This files describes API changes in /theme/* themes,
2information provided here is intended especially for theme designer.
3
2d0e682d
MV
4=== 2.4 ===
5
6optional changes:
7* new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365)
8* new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365)
ee362526 9
33d9f44b
PS
10=== 2.3 ===
11
12optional changes:
13* add new u/f3.png image when theme contains customised f1 and f2 default user images
14
0f704140
PS
15=== 2.2 ===
16
17required changes:
18* use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN"
ee362526 19 see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7
2d0e682d 20* upgrade report selectors: search for "-course-report-" and replace with "-report-"