Merge branch 'MDL-62144-master' of git://github.com/damyon/moodle
[moodle.git] / auth / shibboleth / upgrade.txt
blob9083025cd42ad112414ecc5236438855497e8a1b
1 This files describes API changes in /auth/shibboleth/*,
2 information provided here is intended especially for developers.
4 === 3.5.2 ===
6 * Moved the public function unserializesession in auth/shibboleth/logout.php to auth/shibboleth/classes/helper.php and
7   made it private. This function should not have been used outside of this file.
9 === 3.3 ===
11 * The config.html file was migrated to use the admin settings API.
12   The identifier for configuration data stored in config_plugins table was converted from 'auth/shibboleth' to 'auth_shibboleth'.