File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
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+
37v.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+
3145v.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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments