From 6fc5b0d66a79f060777eb66d3a2ce0a6d4c56db0 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 1 Apr 2026 16:15:34 +0530 Subject: [PATCH] Release 5.6.0 --- .gitignore | 3 +++ .version | 2 +- CHANGELOG.md | 6 ++++++ wpAuth0.php | 6 +++--- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2ebfdd7dd..11f960d99 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ pest.log private-signing-key.pem build.zip build.zip.sig + +# AI tools +.claude diff --git a/.version b/.version index 8a30e8f94..1bc788d3b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.4.0 +5.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 41480f45f..a4160835c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [5.6.0](https://github.com/auth0/wp-auth0/tree/5.6.0) (2026-04-01) + +### Fixed + +- Security fix: Resolve CVE-2026-34236 + ## [5.5.0](https://github.com/auth0/wp-auth0/tree/5.5.0) (2025-12-16) ### Fixed diff --git a/wpAuth0.php b/wpAuth0.php index 6e7b547d9..35276b736 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.5.0 + * Version: 5.6.0 * Requires at least: 6.0 * Tested up to: 6.5.3 - * Stable tag: 5.5.0 + * Stable tag: 5.6.0 * Requires PHP: 8.1 * Author: Auth0 * Author URI: https://auth0.com @@ -23,7 +23,7 @@ use Auth0\SDK\Auth0 as Sdk; use Auth0\SDK\Configuration\SdkConfiguration as Configuration; -define('WP_AUTH0_VERSION', '5.5.0'); +define('WP_AUTH0_VERSION', '5.6.0'); // Require loading through WordPress if (! defined('ABSPATH')) {