From 0b846e0e75c4a1ca0d2f63f15ebe0eb4a018331e Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Fri, 12 Jul 2024 11:48:01 -0500 Subject: [PATCH] release: 4.6.2 --- CHANGELOG.md | 4 +++- WP_Auth0.php | 4 ++-- readme.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7f239d..1699e0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased] +## [4.6.2](https://github.com/auth0/wp-auth0/tree/4.6.2) (2024-07-09) + +[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.6.1...4.6.2) **Fixed** diff --git a/WP_Auth0.php b/WP_Auth0.php index aecf46de..c6cf57a2 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -4,13 +4,13 @@ * Plugin Name: Login by Auth0 * Plugin URL: https://github.com/auth0/wordpress * Description: Login by Auth0 provides improved username/password login, passwordless login, social login, multi-factor authentication, and single sign-on for all your sites. - * Version: 4.6.1 + * Version: 4.6.2 * Author: Auth0 * Author URI: https://auth0.com * Text Domain: wp-auth0 */ -define('WPA0_VERSION', '4.6.1'); +define('WPA0_VERSION', '4.6.2'); define('AUTH0_DB_VERSION', 23); define('WPA0_PLUGIN_FILE', __FILE__); diff --git a/readme.txt b/readme.txt index 434e3121..4eeb7b67 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.5.5 Requires PHP: 7.4 License: MIT License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE -Stable tag: 4.6.1 +Stable tag: 4.6.2 Contributors: auth0, evansims Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.