Skip to content

Commit

Permalink
Release 5.2.0 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 12, 2023
1 parent 7cf6813 commit 0d5aef8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [5.2.0](https://github.com/auth0/wp-auth0/tree/5.1.0) (2023-12-11)

### Added

- feat(SDK-4734): Implement support for Back-Channel Logout [\#882](https://github.com/auth0/wordpress/pull/882) ([evansims](https://github.com/evansims))

> **Note**
> ¹ To use this feature, an Auth0 tenant must have support for it enabled.
## [5.1.0](https://github.com/auth0/wp-auth0/tree/5.1.0) (2023-07-24)

### Added
Expand Down
10 changes: 5 additions & 5 deletions wpAuth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin Name: Auth0
* Plugin URL: https://github.com/auth0/wordpress
* Description: Supercharge your WordPress website with Auth0. Improve account security, add support for multifactor, enable social, passwordless and enterprise connections, and much more.
* Version: 5.1.0
* Version: 5.2.0
* Requires at least: 6.0
* Tested up to: 6.3
* Stable tag: 5.1.0
* Requires PHP: 8.0
* Tested up to: 6.4
* Stable tag: 5.2.0
* Requires PHP: 8.1
* Author: Auth0
* Author URI: https://auth0.com
* License: MIT
Expand All @@ -23,7 +23,7 @@
use Auth0\SDK\Auth0 as Sdk;
use Auth0\SDK\Configuration\SdkConfiguration as Configuration;

define('WP_AUTH0_VERSION', '5.1.0');
define('WP_AUTH0_VERSION', '5.2.0');

// Require loading through WordPress
if (! defined('ABSPATH')) {
Expand Down

0 comments on commit 0d5aef8

Please sign in to comment.