Skip to content

Commit 1703873

Browse files
committed
Release 3.11.1
1 parent 41bcbcd commit 1703873

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

CHANGELOG.md

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

3+
## [3.11.1](https://github.com/auth0/wp-auth0/tree/3.11.1) (2019-08-05)
4+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.0...3.11.1)
5+
6+
**Fixed**
7+
- Check state in specific global based on callback type [\#708](https://github.com/auth0/wp-auth0/pull/708) ([joshcanhelp](https://github.com/joshcanhelp))
8+
- Fix widget gravatar and language settings [\#706](https://github.com/auth0/wp-auth0/pull/706) ([joshcanhelp](https://github.com/joshcanhelp))
9+
- Change CDN URL field type [\#704](https://github.com/auth0/wp-auth0/pull/704) ([joshcanhelp](https://github.com/joshcanhelp))
10+
- Fix sensitive field handling; add Basic settings tab validations [\#703](https://github.com/auth0/wp-auth0/pull/703) ([joshcanhelp](https://github.com/joshcanhelp))
11+
- Fix embed widget documentation and validation [\#702](https://github.com/auth0/wp-auth0/pull/702) ([joshcanhelp](https://github.com/joshcanhelp))
12+
- Add new Auth0 IPs; do not save duplicate or whitelisted IPs [\#700](https://github.com/auth0/wp-auth0/pull/700) ([joshcanhelp](https://github.com/joshcanhelp))
13+
- Improve setup wizard documentation [\#699](https://github.com/auth0/wp-auth0/pull/699) ([joshcanhelp](https://github.com/joshcanhelp))
14+
- Fix post passwords getting redirected [\#698](https://github.com/auth0/wp-auth0/pull/698) ([joshcanhelp](https://github.com/joshcanhelp))
15+
16+
317
## [3.11.0](https://github.com/auth0/wp-auth0/tree/3.11.0) (2019-05-30)
418
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.10.0...3.11.0)
519

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: 3.11.0
6+
* Version: 3.11.1
77
* Author: Auth0
88
* Author URI: https://auth0.com
99
* Text Domain: wp-auth0
1010
*/
1111

12-
define( 'WPA0_VERSION', '3.11.0' );
12+
define( 'WPA0_VERSION', '3.11.1' );
1313
define( 'AUTH0_DB_VERSION', 22 );
1414

1515
define( 'WPA0_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== Login by Auth0 ===
22
Tags: login, oauth, authentication, single sign on, ldap, active directory, saml, windows azure ad, google apps, two factor, two-factor, facebook, google, twitter, baidu, renren, linkedin, github, paypal, yahoo, amazon, vkontakte, salesforce, box, dwolla, yammer, passwordless, sms, magiclink, totp, social
3-
Tested up to: 5.2.1
3+
Tested up to: 5.2.2
44
Requires at least: 3.8
55
Requires PHP: 5.3
66
License: GPLv2
@@ -120,11 +120,13 @@ All is not lost!
120120

121121
== Changelog ==
122122

123-
**v3.11.0**
123+
**v3.11.1**
124124

125-
- Lock was updated from 11.15 to 11.16. The option to display social connections in small styled buttons is no longer available due to branding compliance reasons with third party identity providers. All the social connections will now be displayed as large styled buttons.
126-
- New installs using user migration will now have a namespaced user ID returned to Auth0 on first login. If you have or plan on having multiple custom databases, please see the [User Migration documentation](https://auth0.com/docs/cms/wordpress/user-migration) for more information. New installs will also use configuration variables instead of hard-coded values for the URL, migration token, and user namespace.
127-
- Added more complete ID token validation during login.
128-
- Fixed a bug that prevented sites using user migration from changing the WordPress user's email.
125+
- Check state in specific global based on callback type [\#708](https://github.com/auth0/wp-auth0/pull/708) ([joshcanhelp](https://github.com/joshcanhelp))
126+
- Fix sensitive field handling; add Basic settings tab validations [\#703](https://github.com/auth0/wp-auth0/pull/703) ([joshcanhelp](https://github.com/joshcanhelp))
127+
- Add new Auth0 IPs; do not save duplicate or whitelisted IPs [\#700](https://github.com/auth0/wp-auth0/pull/700) ([joshcanhelp](https://github.com/joshcanhelp))
128+
- Fix post passwords getting redirected [\#698](https://github.com/auth0/wp-auth0/pull/698) ([joshcanhelp](https://github.com/joshcanhelp))
129+
130+
... and more!
129131

130132
[Complete list of changes for this and other releases](https://github.com/auth0/wp-auth0/releases)

0 commit comments

Comments
 (0)