|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [5.2.0](https://github.com/auth0/wp-auth0/tree/5.1.0) (2023-12-11) |
| 3 | +## [5.2.1](https://github.com/auth0/wp-auth0/tree/5.2.1) (2024-06-03) |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- Resolves an issue in which the fallback URI secret isn't shown. [\#903](https://github.com/auth0/wordpress/pull/903) ([HPiirainen](https://github.com/HPiirainen)) |
| 8 | +- Resolves a compatibility issue with changes in WordPress 6.5 causing invalidated sessions. ([evansims](https://github.com/evansims)) |
| 9 | + |
| 10 | +## [5.2.0](https://github.com/auth0/wp-auth0/tree/5.2.0) (2023-12-11) |
4 | 11 |
|
5 | 12 | ### Added
|
6 | 13 |
|
7 |
| -- feat(SDK-4734): Implement support for Back-Channel Logout [\#882](https://github.com/auth0/wordpress/pull/882) ([evansims](https://github.com/evansims)) |
| 14 | +- feat(SDK-4734): Implement support for Back-Channel Logout [\#882](https://github.com/auth0/wordpress/pull/882) ([evansims](https://github.com/evansims)) |
8 | 15 |
|
9 | 16 | > **Note**
|
10 | 17 | > ¹ To use this feature, an Auth0 tenant must have support for it enabled.
|
|
13 | 20 |
|
14 | 21 | ### Added
|
15 | 22 |
|
16 |
| -- Organization Name support was added for Authentication API and token handling ¹ |
| 23 | +- Organization Name support was added for Authentication API and token handling ¹ |
17 | 24 |
|
18 | 25 | ### Updated
|
19 | 26 |
|
20 |
| -- Bumped tested WordPress version to forthcoming 6.3.0 release. |
21 |
| -- Bumped `auth0-php` dependency version range to `^8.7`. |
22 |
| -- Updated telemetry to indicate `wordpress` package (previously `wp-auth0`.) |
| 27 | +- Bumped tested WordPress version to forthcoming 6.3.0 release. |
| 28 | +- Bumped `auth0-php` dependency version range to `^8.7`. |
| 29 | +- Updated telemetry to indicate `wordpress` package (previously `wp-auth0`.) |
23 | 30 |
|
24 | 31 | > **Note**
|
25 | 32 | > ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
|
|
28 | 35 |
|
29 | 36 | ### Fixed
|
30 | 37 |
|
31 |
| -- Resolves an issue that sometimes prevented the plugin from being activated on WordPress 6 |
| 38 | +- Resolves an issue that sometimes prevented the plugin from being activated on WordPress 6 |
32 | 39 |
|
33 | 40 | ## [5.0.0](https://github.com/auth0/wp-auth0/tree/5.0.0) (2022-10-28)
|
34 | 41 |
|
35 | 42 | Introducing V5 of WP-Auth0 ("Login by Auth0"), a major redesign and upgrade to our WordPress integration plugin. V5 includes many new features and changes:
|
36 | 43 |
|
37 |
| -- [WordPress 6](https://wordpress.org/support/wordpress-version/version-6-0/) and [PHP 8](https://www.php.net/releases/8.0/en.php) support |
38 |
| -- Integration with the [Auth0-PHP SDK](https://github.com/auth0/auth0-php), and access to its entire API (including Management API calls) |
39 |
| - High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature |
40 |
| -- "Flexible identifier" support, allowing users to sign in using multiple connection types without requiring extra configuration |
41 |
| -- Expanded control over how sign-ins without matching existing WordPress accounts are handled |
42 |
| -- Enhanced session pairing between WordPress and Auth0, including session invalidation, access token refresh, and more. |
| 44 | +- [WordPress 6](https://wordpress.org/support/wordpress-version/version-6-0/) and [PHP 8](https://www.php.net/releases/8.0/en.php) support |
| 45 | +- Integration with the [Auth0-PHP SDK](https://github.com/auth0/auth0-php), and access to its entire API (including Management API calls) |
| 46 | + High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature |
| 47 | +- "Flexible identifier" support, allowing users to sign in using multiple connection types without requiring extra configuration |
| 48 | +- Expanded control over how sign-ins without matching existing WordPress accounts are handled |
| 49 | +- Enhanced session pairing between WordPress and Auth0, including session invalidation, access token refresh, and more. |
43 | 50 |
|
44 | 51 | V5 represents a major step forward for our WordPress plugin, and we're excited to see what you build with it!
|
45 | 52 |
|
|
0 commit comments