You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pantheon has released a new version of our [WP SAML Auth WordPress plugin](https://wordpress.org/plugins/wp-saml-auth/). This update focuses on modernizing PHP support and providing developers with more granular control over SAML configurations.
8
+
9
+
## What's New
10
+
- PHP 8.4 Compatibility: Full support for PHP 8.4 has been added.
11
+
- Updated PHP Requirements: The minimum supported PHP version has been increased to 7.4 to ensure better security and performance.
12
+
- WordPress 6.9 Compatibility: Confirmed compatibility with WordPress 6.9.
13
+
- Enhanced Configuration: Added the `wp_saml_auth_internal_config` filter, allowing developers to customize the OneLogin SAML configuration.
14
+
- SimpleSAMLphp 2.x Support: Improved auto-detection for SimpleSAMLphp 2.x and optimized autoloader discovery to skip redundant processes when the `SimpleSAML\Auth\Simple` class is already loaded.
15
+
16
+
## Bug Fixes
17
+
Settings Page Warnings: Fixed a warning message on the plugin's settings page that appeared for users not utilizing SimpleSAML.
18
+
19
+
## Important: Compatibility & Testing
20
+
While this update improves autoloader discovery, it changes how the plugin interacts with the local environment. We strongly recommend testing in a lower environment before upgrading especially if you use:
21
+
22
+
- Non-Standard Installations: Custom SimpleSAMLphp installations located in non-standard directories.
23
+
- Manual Autoloaders: Custom autoloader code that manually handles the loading of SimpleSAMLphp.
24
+
25
+
## Action required
26
+
We encourage you to upgrade to the latest version of WP SAML Auth as soon as possible to take advantage of the latest features and compatibility updates.
27
+
updating to get the latest features and compatibility updates.
28
+
29
+
If you have questions or concerns, [please open issues in the queue for the plugin](https://github.com/pantheon-systems/wp-saml-auth).
0 commit comments