Skip to content

Commit e7b2831

Browse files
committed
Final changelog additions and version number
1 parent 241ddec commit e7b2831

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In addition to the minimum PHP version being updated from 5.3 to 7.0, there are
1313
- Using the auth0 word in the URL path triggers an authorization code exchange [\#351](https://github.com/auth0/wp-auth0/issues/351)
1414

1515
**Added**
16+
- PHPCS security scan, sanitization and escaping improvements, and removed custom admin styling (see commits for details)
1617
- Add settings validation to import [\#777](https://github.com/auth0/wp-auth0/pull/777) ([joshcanhelp](https://github.com/joshcanhelp))
1718
- Add ability to break cache if RS256 ID token kid is not found [\#770](https://github.com/auth0/wp-auth0/pull/770) ([joshcanhelp](https://github.com/joshcanhelp))
1819
- Remove error_log calls and add auth0_insert_error action [\#763](https://github.com/auth0/wp-auth0/pull/763) ([joshcanhelp](https://github.com/joshcanhelp))

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, MFA, and Single Sign On for all your sites.
6-
* Version: 4.0.0-beta
6+
* Version: 4.0.0
77
* Author: Auth0
88
* Author URI: https://auth0.com
99
* Text Domain: wp-auth0
1010
*/
1111

12-
define( 'WPA0_VERSION', '4.0.0-beta.3' );
12+
define( 'WPA0_VERSION', '4.0.0' );
1313
define( 'AUTH0_DB_VERSION', 23 );
1414

1515
define( 'WPA0_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 4.9
55
Requires PHP: 7.0
66
License: GPLv2
77
License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE
8-
Stable tag: 3.11.3
8+
Stable tag: 4.0.0
99
Contributors: auth0, auth0josh
1010

1111
Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.

0 commit comments

Comments
 (0)