Skip to content

Commit 55d8278

Browse files
committed
Release 2.14.0
1 parent cfb7254 commit 55d8278

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
CHANGELOG
22
=========
3+
v.2.14.0
4+
* Add parameter to the decryptElement method to make optional the formatting
5+
* [#283](https://github.com/onelogin/php-saml/pull/283) New method of importing a decrypted assertion into the XML document to replace the EncryptedAssertion. Fix signature issues on Signed Encrypted Assertions with default namespace
6+
* Allow the getSPMetadata() method to always include the encryption Key Descriptor
7+
* Change some Fatal Error to Exceptions
8+
* [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
9+
* Avoid calling static method using this
10+
311
v.2.13.0
412
* Update xmlseclibs with some fixes.
513
* Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely on the xmlseclibs verify / verifySignature methods.

lib/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "2.13.0",
4-
"released": "05/03/2018"
3+
"version": "2.14.0",
4+
"released": "07/06/2018"
55
}
66
}

0 commit comments

Comments
 (0)