From 5e364d6cda166e61028129bacb22492299cc0520 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 14 Sep 2021 13:36:23 -0400 Subject: [PATCH] Release 4.3.1 (#833) * chore: Bump plugin version * docs: Update CHANGELOG * docs: Update README --- CHANGELOG.md | 8 ++++++++ WP_Auth0.php | 4 ++-- readme.txt | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013baeca..c652fc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [4.3.1](https://github.com/auth0/wp-auth0/tree/4.3.1) (2021-09-14) + +[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.3.0...4.3.1) + +**Fixed** + +- Update client configuration url for embedded logins [\#832](https://github.com/auth0/wp-auth0/pull/832) ([evansims](https://github.com/evansims)) + ## [4.3.0](https://github.com/auth0/wp-auth0/tree/4.3.0) (2021-03-26) [Full Changelog](https://github.com/auth0/wp-auth0/compare/4.2.0...4.3.0) diff --git a/WP_Auth0.php b/WP_Auth0.php index bd525106..7014a862 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -3,13 +3,13 @@ * Plugin Name: Login by Auth0 * Plugin URL: https://auth0.com/docs/cms/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.3.0 + * Version: 4.3.1 * Author: Auth0 * Author URI: https://auth0.com * Text Domain: wp-auth0 */ -define( 'WPA0_VERSION', '4.3.0' ); +define( 'WPA0_VERSION', '4.3.1' ); define( 'AUTH0_DB_VERSION', 23 ); define( 'WPA0_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index d35b9913..409e6d5f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === Login by Auth0 === Tags: authentication, security, multi-factor, single sign-on, social, passwordless, mfa, 2fa, sso, oauth2, openid, saml -Tested up to: 5.7 +Tested up to: 5.8.1 Requires at least: 5.4.2 -Requires PHP: 7.0 +Requires PHP: 7.3 License: MIT License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE -Stable tag: 4.2.0 +Stable tag: 4.3.1 Contributors: auth0, auth0josh, evansims Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.