Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Oct 21, 2020
1 parent a721b2d commit e8b0013
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [4.1.1](https://github.com/auth0/wp-auth0/tree/4.1.1) (2020-10-21)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.1.0...4.1.1)

**Fixed**
- Raise priority of authentication processing [\#803](https://github.com/auth0/wp-auth0/pull/803) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix potential infinite loop on email update [\#802](https://github.com/auth0/wp-auth0/pull/802) ([joshcanhelp](https://github.com/joshcanhelp))

## [4.1.0](https://github.com/auth0/wp-auth0/tree/4.1.0) (2020-05-21)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.0.0...4.1.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, MFA, and Single Sign On for all your sites.
* Version: 4.1.0
* Version: 4.1.1
* Author: Auth0
* Author URI: https://auth0.com
* Text Domain: wp-auth0
*/

define( 'WPA0_VERSION', '4.1.0' );
define( 'WPA0_VERSION', '4.1.1' );
define( 'AUTH0_DB_VERSION', 23 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Tags: OIDC, OpenID Connect, Single Sign On, SSO, SAML, Passwordless, OAuth2, Aut
Tested up to: 5.4.2
Requires at least: 4.9
Requires PHP: 7.0
License: GPLv2
License: MIT
License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE
Stable tag: 4.1.0
Stable tag: 4.1.1
Contributors: auth0, auth0josh

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 e8b0013

Please sign in to comment.