MDL-78962 core/loadingicon: remove jQuery requirement in the API
[moodle.git] / auth / shibboleth / upgrade.txt
blob0acea5de39765097da5738bc83fc27e88b875bcd
1 This files describes API changes in /auth/shibboleth/*,
2 information provided here is intended especially for developers.
4 === 3.11 ===
6 * The 'Data modification API' (convert_data) setting can no longer be configured to use files located within the
7   current site data directory ($CFG->dataroot), as it exposes the site to security risks.
9 === 3.5.2 ===
11 * Moved the public function unserializesession in auth/shibboleth/logout.php to auth/shibboleth/classes/helper.php and
12   made it private. This function should not have been used outside of this file.
14 === 3.3 ===
16 * The config.html file was migrated to use the admin settings API.
17   The identifier for configuration data stored in config_plugins table was converted from 'auth/shibboleth' to 'auth_shibboleth'.