Skip to content

Commit a79a9e3

Browse files
committed
Release 3.3.0
1 parent 5c33e03 commit a79a9e3

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
v.3.3.0
4+
* Set true as the default value for strict setting
5+
* Relax comparision of false on SignMetadata
6+
* Fix CI
7+
38
v.3.2.1
49
* Add missed nameIdValueReq parameter to buildAuthnRequest method
510

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and supported by OneLogin Inc.
1010
Warning
1111
-------
1212

13+
Version 3.3.0 sets strict mode active by default
14+
1315
Update php-saml to 3.1.0, this version includes a security patch related to XEE attacks.
1416

1517
This version is compatible with PHP 7.X and does not include xmlseclibs (you will need to install it via composer, dependency described in composer.json)

src/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"php-saml": {
3-
"version": "3.2.1",
4-
"released": "25/06/2019"
3+
"version": "3.3.0",
4+
"released": "11/09/2019"
55
}
66
}
77

0 commit comments

Comments
 (0)