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')) {