Merge branch 'MDL-81457-main' of https://github.com/andrewnicols/moodle
[moodle.git] / mod / resource / upgrade.txt
blob00b1030ab717ead871f9353d30bdb437cd7b5fd2
1 This file describes API changes in the resource code.
3 === 4.3 ===
5 * Function resource_get_optional_details() has now one new parameter, $showtype, to decide whether the file type should be
6   displayed or not (regardless the display option is enabled).
8 === 4.0 ===
10 * Functions resource_print_heading and resource_print_intro have been deprecated in favour for the activity header.