Skip to content

Commit 7504cc0

Browse files
authored
Release 4.3.0 (#828)
1 parent f69bed6 commit 7504cc0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [4.3.0](https://github.com/auth0/wp-auth0/tree/4.3.0) (2021-03-26)
4+
5+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.2.0...4.3.0)
6+
7+
**Added**
8+
9+
- Add support for Auth0 Organizations [\#827](https://github.com/auth0/wp-auth0/pull/827) ([evansims](https://github.com/evansims))
10+
311
## [4.2.0](https://github.com/auth0/wp-auth0/tree/4.2.0) (2021-02-11)
412

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

469477
=======
478+
470479
## [3.7.1](https://github.com/auth0/wp-auth0/tree/3.7.1) (2018-10-08)
471480

472481
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.7.0...3.7.1)

WP_Auth0.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Plugin Name: Login by Auth0
44
* Plugin URL: https://auth0.com/docs/cms/wordpress
55
* Description: Login by Auth0 provides improved username/password login, passwordless login, social login, multi-factor authentication, and single sign-on for all your sites.
6-
* Version: 4.2.0
6+
* Version: 4.3.0
77
* Author: Auth0
88
* Author URI: https://auth0.com
99
* Text Domain: wp-auth0
1010
*/
1111

12-
define( 'WPA0_VERSION', '4.2.0' );
12+
define( 'WPA0_VERSION', '4.3.0' );
1313
define( 'AUTH0_DB_VERSION', 23 );
1414

1515
define( 'WPA0_PLUGIN_FILE', __FILE__ );

0 commit comments

Comments
 (0)