1 This files describes API changes in /auth/shibboleth/*,
2 information provided here is intended especially for developers.
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.
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.
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'.