Skip to content

Commit bb34489

Browse files
committed
Release 3.3.1
1 parent 7de7e39 commit bb34489

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
v.3.3.1
4+
* Update xmlseclibs to 3.0.4
5+
* Remove Comparison atribute from RequestedAuthnContext when setting has empty value
6+
37
v.3.3.0
48
* Set true as the default value for strict setting
59
* Relax comparision of false on SignMetadata
@@ -28,6 +32,16 @@ v.3.0.0
2832
* Remove mcrypt dependency. Compatible with PHP 7.2
2933
* xmlseclibs now is not part of the toolkit and need to be installed from original source
3034

35+
v.2.17.1
36+
* Update xmlseclibs to 3.0.4
37+
* Remove Comparison atribute from RequestedAuthnContext when setting has empty value
38+
39+
v.2.17.0
40+
* Set true as the default value for strict setting
41+
* Support 'x509cert' and 'privateKey' on signMetadata security settings
42+
* Relax comparision of false on SignMetadata
43+
* Fix CI
44+
3145
v.2.16.0
3246
* Support SLO ResponseLocation
3347
* [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseRemoteXML and IdPMetadataParser::parseFileXML

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"robrichards/xmlseclibs": ">=3.0.4"
2020
},
2121
"require-dev": {
22-
"php-coveralls/php-coveralls": "^2.1",
22+
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2323
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2424
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2525
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",

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.3.0",
4-
"released": "11/09/2019"
3+
"version": "3.3.1",
4+
"released": "06/11/2019"
55
}
66
}
77

0 commit comments

Comments
 (0)