Skip to content

Commit

Permalink
Release 4.3.1 (#833)
Browse files Browse the repository at this point in the history
* chore: Bump plugin version

* docs: Update CHANGELOG

* docs: Update README
  • Loading branch information
evansims committed Sep 14, 2021
1 parent 4863997 commit 5e364d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
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
@@ -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

0 comments on commit 5e364d6

Please sign in to comment.