File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Released TBD
1515 * Added new ` AttributeValueMap ` authproc filter.
1616 * Added attributemaps for OIDs from SIS (Swedish Standards Institute) and
1717 for eduPersonUniqueId, eduPersonOrcid and sshPublicKey.
18- * Added option to specify metadata signing and digest algorithm
18+ * Added an option to specify metadata signing and digest algorithm
1919 ` metadata.sign.algorithm ` .
20- * Added option for regular expression matching of trusted.url.domains via new
20+ * Added an option for regular expression matching of trusted.url.domains via new
2121 ` trusted.url.regex ` setting.
2222 * The ` debug ` option is more finegrained and allows one to specify whether
2323 to log full SAML messages, backtraces or schema validations separately.
24- * Added a check for the latest simpleSAMLphp version on the front page.
24+ * Added a check for the latest SimpleSAMLphp version on the front page.
2525 It can be disabled via the new setting ` admin.checkforupdates ` .
2626 * Added a warning when there's a probable misconfiguration of PHP sessions.
2727 * Added ability to define additional attributes on ContactPerson elements
Original file line number Diff line number Diff line change 11Upgrade notes for SimpleSAMLphp 1.15
22====================================
33
4- Minimum required PHP version is 5.4. Dependency on mcrypt has been dropped.
4+ The minimum required PHP version is now 5.4. The dependency on mcrypt has been
5+ dropped.
56
67A new templating system based on Twig has been introduced. The old templating
78system is still available but should be considered deprecated.
89
10+ A new internationalization system based on Gettext has been introduced. While
11+ old templates can use either the old or the new system (refer to the
12+ "language.i18n.backend" configuration option for more information on how to
13+ choose the internationalization backend), new Twig templates can only use the
14+ new Gettext internationalization system.
15+
916The integrated _ Auth Memcookie_ support is now deprecated and will no longer
1017be available starting in SimpleSAMLphp 2.0. Please use the new
1118[ memcookie module] ( https://github.com/simplesamlphp/simplesamlphp-module-memcookie )
You can’t perform that action at this time.
0 commit comments