Skip to content

Commit

Permalink
Release 4.3.0 (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Mar 26, 2021
1 parent f69bed6 commit 7504cc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [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)

**Added**

- Add support for Auth0 Organizations [\#827](https://github.com/auth0/wp-auth0/pull/827) ([evansims](https://github.com/evansims))

## [4.2.0](https://github.com/auth0/wp-auth0/tree/4.2.0) (2021-02-11)

[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.1.1...4.2.0)
Expand Down Expand Up @@ -467,6 +475,7 @@ In addition to the minimum PHP version being updated from 5.3 to 7.0, there are
- Change and improve user profile [\#532](https://github.com/auth0/wp-auth0/pull/532) ([joshcanhelp](https://github.com/joshcanhelp))

=======

## [3.7.1](https://github.com/auth0/wp-auth0/tree/3.7.1) (2018-10-08)

[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.7.0...3.7.1)
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.2.0
* Version: 4.3.0
* Author: Auth0
* Author URI: https://auth0.com
* Text Domain: wp-auth0
*/

define( 'WPA0_VERSION', '4.2.0' );
define( 'WPA0_VERSION', '4.3.0' );
define( 'AUTH0_DB_VERSION', 23 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down

0 comments on commit 7504cc0

Please sign in to comment.