Skip to content

Commit 03bd22f

Browse files
committed
Prepare release 3.8.0
1 parent cf20af5 commit 03bd22f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
v3.8.0
5+
* [#619](https://github.com/SAML-Toolkits/php-saml/pull/619) Add Parameter checking on validateBinarySign, inspired on CVE-2025-27773
6+
* [#603](https://github.com/SAML-Toolkits/php-saml/issues/603) Fix typo in ignoreValidUntil that breaks metadata. Add parameter to exclude validUntil on Settings getSPMetadata
7+
* [#594](https://github.com/SAML-Toolkits/php-saml/pull/594) Add support for encrypted name id in encrypted assertion
8+
* Fix buildWithBaseURLPath. See #581
9+
* Doc fix typo
10+
* Remove Travis CI references
411

512
v3.7.0
613
* [#586](https://github.com/SAML-Toolkits/php-saml/pull/586) IdPMetadataParser::parseRemoteXML - Add argument for setting whether to validate peer SSL certificate

src/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": "3.7.0",
4-
"released": "30/05/2024"
3+
"version": "3.8.0",
4+
"released": "25/05/2025"
55
}
66
}

0 commit comments

Comments
 (0)