diff --git a/WP_Auth0.php b/WP_Auth0.php index cf9af4b2..ca16aef6 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -3,13 +3,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.5.0 + * Version: 4.6.0 * Author: Auth0 * Author URI: https://auth0.com * Text Domain: wp-auth0 */ -define( 'WPA0_VERSION', '4.5.0' ); +define( 'WPA0_VERSION', '4.6.0' ); define( 'AUTH0_DB_VERSION', 23 ); define( 'WPA0_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index d41b8eaf..8cd713d7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.4.2 Requires PHP: 7.4 License: MIT License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE -Stable tag: 4.5.0 +Stable tag: 4.6.0 Contributors: auth0, auth0josh, evansims Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.