From a8d7aa80a3f4f8addfed72cb26b901fb75e32552 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 1 Oct 2025 17:27:12 +0530 Subject: [PATCH] Release 5.4.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ composer.json | 2 +- wpAuth0.php | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 26d99a28..8a30e8f9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.2.1 +5.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1fadb7..15c342c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [5.4.0](https://github.com/auth0/wp-auth0/tree/5.4.0) (2025-09-03) + +### Fixed + +- Security fix: Resolve CVE-2025-58769 + ## [5.3.0](https://github.com/auth0/wp-auth0/tree/5.3.0) (2025-05-16) ### Fixed diff --git a/composer.json b/composer.json index ca02abd6..5526d8f1 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "php": "^8.1", "ext-json": "*", "ext-openssl": "*", - "auth0/auth0-php": "^8.14", + "auth0/auth0-php": "^8.17", "psr/cache": "^3.0" }, "require-dev": { diff --git a/wpAuth0.php b/wpAuth0.php index 2e70170c..9b40a9d0 100644 --- a/wpAuth0.php +++ b/wpAuth0.php @@ -4,10 +4,10 @@ * Plugin Name: Auth0 * Plugin URL: https://github.com/auth0/wordpress * Description: Supercharge your WordPress website with Auth0. Improve account security, add support for multifactor, enable social, passwordless and enterprise connections, and much more. - * Version: 5.2.1 + * Version: 5.4.0 * Requires at least: 6.0 * Tested up to: 6.5.3 - * Stable tag: 5.2.1 + * Stable tag: 5.4.0 * Requires PHP: 8.1 * Author: Auth0 * Author URI: https://auth0.com