mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
af164ce9c7
One of the resource settings, the file type, has been moved to the activity badge near the activity name. The rest of the information will be displayed using the afterlink feature. However, for now, the activity page still displays all the information together (that's why resource_get_optional_details() supports now one new parameter, $showtype, to define whether the file type should be displayed or not).
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
This file describes API changes in the resource code.
|
|
|
|
=== 4.3 ===
|
|
|
|
* Function resource_get_optional_details() has now one new parameter, $showtype, to decide whether the file type should be
|
|
displayed or not (regardless the display option is enabled).
|
|
|
|
=== 4.0 ===
|
|
|
|
* Functions resource_print_heading and resource_print_intro have been deprecated in favour for the activity header.
|