Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in /auth/shibboleth/*,
2
information provided here is intended especially for developers.
3
 
4
=== 3.11 ===
5
 
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.
8
 
9
=== 3.5.2 ===
10
 
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.
13
 
14
=== 3.3 ===
15
 
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'.