Merge branch 'MDL-51584' of https://github.com/mr-russ/moodle
[moodle.git] / admin / upgrade.txt
blobed48743162c247a19fbdc1b25ed3608de110dc49
1 This files describes API changes in /admin/*.
3 === 3.2 ===
5 * Admin settings have been refined to better support right-to-left languages. In RTL,
6   most fields should not have their direction flipped, a URL, a path to a file, ...
7   are always displayed LTR. The admin setting will now best guess if they should be
8   RTLized based on their PARAM_* type. To override that guess, use
9   admin_setting::set_force_ltr(true/false).