Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [5.3.0](https://github.com/auth0/wp-auth0/tree/5.3.0) (2025-05-16)

### Fixed

- Security fix: Resolve CVE-2025-47275

## [5.2.1](https://github.com/auth0/wp-auth0/tree/5.2.1) (2024-06-03)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion wpAuth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Auth0\SDK\Auth0 as Sdk;
use Auth0\SDK\Configuration\SdkConfiguration as Configuration;

define('WP_AUTH0_VERSION', '5.2.1');
define('WP_AUTH0_VERSION', '5.3.0');

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