MDL-38711 qtype_multianswer: missing setType param
[moodle.git] / backup / upgrade.txt
blob9028e7491bc8c7cfb11b92fa1f9b53b3d0158dae
1 This files describes API changes in /backup/*,
2 information provided here is intended especially for developers.
4 === 2.5 ===
6 * New optional param $sortby in backup set_source_table() allows to
7     specify the ORDER BY clause to be used. Previously it was required
8     to use the set_source_sql() more complex alternative in places
9     requiring ordering.
11 === 2.4 ===
13 * Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
14     the filename regardless of the setting 'backup_shortname'. See MDL-33812.
16 === 2.3 ===
18 * Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
19     the filename regardless of the setting 'backup_shortname'. See MDL-33812.
21 === 2.2 ===
23 * Since 2.2.4+ the backup file name schema has changed. The ID of the course will always be part of
24     the filename regardless of the setting 'backup_shortname'. See MDL-33812.