Skip to content

Commit be493df

Browse files
Release 5.5.0 (#944)
1 parent c3ea147 commit be493df

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [5.5.0](https://github.com/auth0/wp-auth0/tree/5.5.0) (2025-12-16)
4+
5+
### Fixed
6+
7+
- Security fix: Resolve CVE-2025-68129
8+
39
## [5.4.0](https://github.com/auth0/wp-auth0/tree/5.4.0) (2025-09-03)
410

511
### Fixed

wpAuth0.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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.4.0
7+
* Version: 5.5.0
88
* Requires at least: 6.0
99
* Tested up to: 6.5.3
10-
* Stable tag: 5.4.0
10+
* Stable tag: 5.5.0
1111
* Requires PHP: 8.1
1212
* Author: Auth0
1313
* Author URI: https://auth0.com
@@ -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.3.0');
26+
define('WP_AUTH0_VERSION', '5.5.0');
2727

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

0 commit comments

Comments
 (0)