diff --git a/readme.txt b/readme.txt index f067f01..5b8d51f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: shibboleth, authentication, login, saml Requires at least: 4.0 Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 2.4.3 +Stable tag: 2.5.0 Allows WordPress to externalize user authentication and account creation to a Shibboleth Service Provider. @@ -197,6 +197,9 @@ This update brings with it a major change to the way Shibboleth attributes are a This update brings with it a major change to the way Shibboleth attributes are accessed. For most users, no additional configuration will be necessary. If you are using a specialized server configuration, such as a Shibboleth Service Provider on a reverse proxy or a server configuration that results in environment variables being sent with the prefix REDIRECT_, you should see the changelog for additional details: https://wordpress.org/plugins/shibboleth/#developers == Changelog == += version 2.5.0 (2024-10-11) = + - Feature: Add the ability to configure multiple IdPs [#101](https://github.com/michaelryanmcneill/shibboleth/pull/101) (thanks @smbader) + = version 2.4.3 (2023-10-31) = - Compatibility: Check for Shibboleth username instead of Shib-Session-ID; thanks @spfncer [#97](https://github.com/michaelryanmcneill/shibboleth/pull/97) - CI: Update GitHub Action workflows and code for WordPress coding standard v3 [#94](https://github.com/michaelryanmcneill/shibboleth/pull/94)