From 553cb5a8e005c90a33198adfac3a882e39a4fd8b Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 16 May 2025 02:24:05 +0530 Subject: [PATCH] Release 5.3.0 --- CHANGELOG.md | 6 ++++++ wpAuth0.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0749964a..8f1fadb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/wpAuth0.php b/wpAuth0.php index ff042bb8..2e70170c 100644 --- a/wpAuth0.php +++ b/wpAuth0.php @@ -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')) {