Skip to content

Commit 91c1a3b

Browse files
committed
Prepare release 3.7.0
1 parent 26a656f commit 91c1a3b

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CHANGELOG

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
CHANGELOG
22
=========
3+
4+
5+
v3.7.0
6+
* [#586](https://github.com/SAML-Toolkits/php-saml/pull/586) IdPMetadataParser::parseRemoteXML - Add argument for setting whether to validate peer SSL certificate
7+
* [#585](https://github.com/SAML-Toolkits/php-saml/pull/585) Declare conditional return types
8+
* Make Saml2\Auth can accept a param $spValidationOnly
9+
* [#577](https://github.com/SAML-Toolkits/php-saml/pull/577) Allow empty NameID value when no strict or wantNameId is false
10+
* [#570](https://github.com/SAML-Toolkits/php-saml/pull/570) Support X509 cert comments
11+
* [#569](https://github.com/SAML-Toolkits/php-saml/pull/569) Add parameter to exclude validUntil on SP Metadata XML
12+
* [#551](https://github.com/SAML-Toolkits/php-saml/pull/551) Fix compatibility with proxies that extends HTTP_X_FORWARDED_HOST
13+
* [#487](https://github.com/SAML-Toolkits/php-saml/issues/487) Enable strict check on in_array method
14+
* Make Saml2\Auth can accept a param $spValidationOnly
15+
* Fix typos on readme.
16+
* Add warning about Open Redirect and Reply attacks
17+
* Add warning about the use of IdpMetadataParser class. If Metadata URLs
18+
are provided by 3rd parties, the URL inputs MUST be validated to avoid issues like SSRF
19+
* Fix test payloads
20+
* Remove references to OneLogin.
21+
322
v3.6.1
423
* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method
524

@@ -58,7 +77,7 @@ v.3.1.1
5877

5978
v.3.1.0
6079
* Security improvement suggested by Nils Engelbertz to prevent DDOS by expansion of internally defined entities (XEE)
61-
* Fix setting_example.php servicename parameter
80+
* Fix setting_example.php servicename parameter
6281

6382
v.3.0.0
6483
* Remove mcrypt dependency. Compatible with PHP 7.2
@@ -226,7 +245,7 @@ v.2.7.0
226245
* Fix PHP 7 error (used continue outside a loop/switch).
227246
* Fix bug on organization element of the SP metadata builder.
228247
* Fix typos on documentation. Fix ALOWED Misspell.
229-
* Be able to extract RequestID. Add RequestID validation on demo1.
248+
* Be able to extract RequestID. Add RequestID validation on demo1.
230249
* Add $stay parameter to login, logout and processSLO method.
231250

232251
v.2.6.1

src/Saml2/version.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "3.6.1",
4-
"released": "02/03/2021"
3+
"version": "3.7.0",
4+
"released": "30/05/2024"
55
}
66
}
7-

0 commit comments

Comments
 (0)