MDL-40392 Navigation -> my courses listing tests
[moodle.git] / backup / upgrade.txt
blob245f5457b04a041a815cc314dd37683175d5a6ee
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.
10 * The old 1.9 files backuplib.php, lib.php and restorelib.php and the bb directory,
11     (all under /backup) have been deleted and no code should rely on them anymore.
13 === 2.4 ===
15 * Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
16     the filename regardless of the setting 'backup_shortname'. See MDL-33812.
18 === 2.3 ===
20 * Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
21     the filename regardless of the setting 'backup_shortname'. See MDL-33812.
23 === 2.2 ===
25 * Since 2.2.4+ the backup file name schema has changed. The ID of the course will always be part of
26     the filename regardless of the setting 'backup_shortname'. See MDL-33812.