Skip to content

Commit 9b0cb9b

Browse files
Release 5.3.0 (#929)
1 parent 06b6446 commit 9b0cb9b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.3.0](https://github.com/auth0/wp-auth0/tree/5.3.0) (2025-05-16)
4+
5+
### Fixed
6+
7+
- Security fix: Resolve CVE-2025-47275
8+
39
## [5.2.1](https://github.com/auth0/wp-auth0/tree/5.2.1) (2024-06-03)
410

511
### Fixed

wpAuth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.1');
26+
define('WP_AUTH0_VERSION', '5.3.0');
2727

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

0 commit comments

Comments
 (0)