Skip to content

Commit 882e4a2

Browse files
committed
Prepare release 3.6.0
1 parent 99ff04d commit 882e4a2

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ You will need to contact them in order to disable the cache for this SAML plugin
1212
wp-login.php
1313

1414

15+
### PHP Compatibility on 3.6.0 ###
16+
17+
Version 3.6.0 is compatible with PHP 8.X (php-saml 4.3.1)
18+
1519
### Security Improvements on 3.5.0 ###
1620

1721
Version 3.5.0 includes a security patch for xmlseclibs (CVE-2025-66475) . Updated to version 3.1.4

onelogin-saml-sso/readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ If you used this plugin before 2.2.0 with just-in-time provision active, Read: h
2121
To mitigate that bug, place the script at the root of wordpress and execute it (later remove it) https://gist.github.com/pitbulk/a8223c90a3534e9a7d5e0a93009a094f
2222

2323
== Changelog ==
24+
25+
= 3.6.0 =
26+
* Update php-saml to 4.3.1 (PHP8 compatibility)
27+
28+
= 3.5.0 =
29+
* Security: Update xmlseclibs to 3.1.4 due CVE-2025-66475
30+
* Update php-saml to 3.8.1
31+
2432
= 3.4.0 =
2533
* Update php-saml to 3.6.1 and xmlseclibs to 3.1.1
2634
* Support Passive mode and don't raise error when passive authentication failed

onelogin-saml-sso/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"php-saml": {
3-
"version": "3.8.1",
3+
"version": "4.3.1",
44
"released": "09/12/2025"
55
},
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "3.5.0",
10-
"released": "09/12/2025"
9+
"version": "3.6.0",
10+
"released": "10/12/2025"
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)