Skip to content

Commit 5579bc9

Browse files
committed
Updated the changelog and upgrade notes.
1 parent 53e918b commit 5579bc9

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

docs/simplesamlphp-changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/simplesamlphp-upgrade-notes-1.15.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Upgrade 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

67
A new templating system based on Twig has been introduced. The old templating
78
system 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+
916
The integrated _Auth Memcookie_ support is now deprecated and will no longer
1017
be available starting in SimpleSAMLphp 2.0. Please use the new
1118
[memcookie module](https://github.com/simplesamlphp/simplesamlphp-module-memcookie)

0 commit comments

Comments
 (0)