We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b6446 commit 9b0cb9bCopy full SHA for 9b0cb9b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
9
## [5.2.1](https://github.com/auth0/wp-auth0/tree/5.2.1) (2024-06-03)
10
11
### Fixed
wpAuth0.php
@@ -23,7 +23,7 @@
23
use Auth0\SDK\Auth0 as Sdk;
24
use Auth0\SDK\Configuration\SdkConfiguration as Configuration;
25
26
-define('WP_AUTH0_VERSION', '5.2.1');
+define('WP_AUTH0_VERSION', '5.3.0');
27
28
// Require loading through WordPress
29
if (! defined('ABSPATH')) {
0 commit comments