Skip to content

Commit 0d5aef8

Browse files
authored
Release 5.2.0 (#883)
1 parent 7cf6813 commit 0d5aef8

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [5.2.0](https://github.com/auth0/wp-auth0/tree/5.1.0) (2023-12-11)
4+
5+
### Added
6+
7+
- feat(SDK-4734): Implement support for Back-Channel Logout [\#882](https://github.com/auth0/wordpress/pull/882) ([evansims](https://github.com/evansims))
8+
9+
> **Note**
10+
> ¹ To use this feature, an Auth0 tenant must have support for it enabled.
11+
312
## [5.1.0](https://github.com/auth0/wp-auth0/tree/5.1.0) (2023-07-24)
413

514
### Added

wpAuth0.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* Plugin Name: Auth0
55
* Plugin URL: https://github.com/auth0/wordpress
66
* Description: Supercharge your WordPress website with Auth0. Improve account security, add support for multifactor, enable social, passwordless and enterprise connections, and much more.
7-
* Version: 5.1.0
7+
* Version: 5.2.0
88
* Requires at least: 6.0
9-
* Tested up to: 6.3
10-
* Stable tag: 5.1.0
11-
* Requires PHP: 8.0
9+
* Tested up to: 6.4
10+
* Stable tag: 5.2.0
11+
* Requires PHP: 8.1
1212
* Author: Auth0
1313
* Author URI: https://auth0.com
1414
* License: MIT
@@ -23,7 +23,7 @@
2323
use Auth0\SDK\Auth0 as Sdk;
2424
use Auth0\SDK\Configuration\SdkConfiguration as Configuration;
2525

26-
define('WP_AUTH0_VERSION', '5.1.0');
26+
define('WP_AUTH0_VERSION', '5.2.0');
2727

2828
// Require loading through WordPress
2929
if (! defined('ABSPATH')) {

0 commit comments

Comments
 (0)