diff --git a/CHANGELOG.md b/CHANGELOG.md index c652fc62..3941bec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [4.4.0](https://github.com/auth0/wp-auth0/tree/4.4.0) (2021-10-15) + +[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.3.1...4.4.0) + +**Added** + +- Enable passing extra custom parameters to the New Universal Login [\#834](https://github.com/auth0/wp-auth0/pull/834) ([evansims](https://github.com/evansims)) +- Update tests to use PHPUnit 7 and Docker [\#835](https://github.com/auth0/wp-auth0/pull/835) ([evansims](https://github.com/evansims)) + +**Fixed** + +- Skip email sync with Auth0 when we know the update is coming from Auth0 [\#831](https://github.com/auth0/wp-auth0/pull/831) ([drobin03](https://github.com/drobin03)) + ## [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) diff --git a/WP_Auth0.php b/WP_Auth0.php index 7014a862..6fac7932 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.1 + * Version: 4.4.0 * Author: Auth0 * Author URI: https://auth0.com * Text Domain: wp-auth0 */ -define( 'WPA0_VERSION', '4.3.1' ); +define( 'WPA0_VERSION', '4.4.0' ); define( 'AUTH0_DB_VERSION', 23 ); define( 'WPA0_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 409e6d5f..e59e08a6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 5.4.2 Requires PHP: 7.3 License: MIT License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE -Stable tag: 4.3.1 +Stable tag: 4.4.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.