Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /auth/shibboleth/*,
7
information provided here is intended especially for developers.
8
 
9
=== 3.11 ===
10
 
11
* The 'Data modification API' (convert_data) setting can no longer be configured to use files located within the
12
  current site data directory ($CFG->dataroot), as it exposes the site to security risks.
13
 
14
=== 3.5.2 ===
15
 
16
* Moved the public function unserializesession in auth/shibboleth/logout.php to auth/shibboleth/classes/helper.php and
17
  made it private. This function should not have been used outside of this file.
18
 
19
=== 3.3 ===
20
 
21
* The config.html file was migrated to use the admin settings API.
22
  The identifier for configuration data stored in config_plugins table was converted from 'auth/shibboleth' to 'auth_shibboleth'.