Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.3.1 #833

Merged
merged 3 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down