Skip to content

Commit 85a6d36

Browse files
committed
Release 3.8.1
1 parent 0466e97 commit 85a6d36

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## [3.8.1](https://github.com/auth0/wp-auth0/tree/3.8.1) (2018-11-14)
4+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.8.0...3.8.1)
5+
6+
**Closed issues**
7+
- Javascript: Use readonly instead of disabled on email field [\#587](https://github.com/auth0/wp-auth0/issues/587)
8+
9+
**Changed**
10+
- Change logged-in user redirect to login_init hook [\#584](https://github.com/auth0/wp-auth0/pull/584) ([joshcanhelp](https://github.com/joshcanhelp))
11+
12+
**Fixed**
13+
- Switch email field property to readonly [\#588](https://github.com/auth0/wp-auth0/pull/588) ([joshcanhelp](https://github.com/joshcanhelp))
14+
- Add WooCommerce password change action. [\#585](https://github.com/auth0/wp-auth0/pull/585) ([joshcanhelp](https://github.com/joshcanhelp))
15+
- Fix Connection update over-writing Connection settings. [\#582](https://github.com/auth0/wp-auth0/pull/582) ([joshcanhelp](https://github.com/joshcanhelp))
16+
17+
318
## [3.8.0](https://github.com/auth0/wp-auth0/tree/3.8.0) (2018-11-06)
419
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.7.1...3.8.0)
520

WP_Auth0.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/**
33
* Plugin Name: Login by Auth0
44
* Description: Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.
5-
* Version: 3.8.0
5+
* Version: 3.8.1
66
* Author: Auth0
77
* Author URI: https://auth0.com
88
* Text Domain: wp-auth0
99
*/
1010

11-
define( 'WPA0_VERSION', '3.8.0' );
11+
define( 'WPA0_VERSION', '3.8.1' );
1212
define( 'AUTH0_DB_VERSION', 19 );
1313

1414
define( 'WPA0_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ All is not lost!
135135

136136
== Changelog ==
137137

138+
**v3.8.1**
139+
140+
Bug fixes, see [CHANGELOG](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#380-2018-11-14) for details.
141+
138142
**v3.8.0**
139143

140144
- Administrators can now mark certain strategies as able to skip email verification. This is typically used for Enterprise strategies that do not provide an email verification flag. This should be used sparingly and only for connections that do not provide this flag.

0 commit comments

Comments
 (0)