weekly release 4.5dev
[moodle.git] / auth / mnet / upgrade.txt
blob2132f33b0c2fdc0165a031fd4a04fb46fc62d09d
1 === 4.5 Onwards ===
3 This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
5 ===
6 This files describes API changes in auth_mnet code.
8 === 3.3 ===
10 * The config.html file was migrated to use the admin settings API.
11   The identifier for configuration data stored in config_plugins table was converted from 'auth/mnet' to 'auth_mnet'.
13 === 3.1 ===
15 * Users now are created through user_create_user function which, apart from inserting the user in the database and generating
16   a user_created event, is applying the site default preferences if they are not set.