Skip to content

Commit

Permalink
Release 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jan 17, 2020
1 parent 1a679fa commit 3be28f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.11.2](https://github.com/auth0/wp-auth0/tree/3.11.2) (2020-01-17)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.1...3.11.2)

**Fixed**
- Add path to functions.php include [\#759](https://github.com/auth0/wp-auth0/pull/759) ([joshcanhelp](https://github.com/joshcanhelp))
- Patch samesite for implicit [\#758](https://github.com/auth0/wp-auth0/pull/758) ([joshcanhelp](https://github.com/joshcanhelp))

## [3.11.1](https://github.com/auth0/wp-auth0/tree/3.11.1) (2019-08-05)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.0...3.11.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, MFA, and Single Sign On for all your sites.
* Version: 3.11.1
* Version: 3.11.2
* Author: Auth0
* Author URI: https://auth0.com
* Text Domain: wp-auth0
*/

define( 'WPA0_VERSION', '3.11.1' );
define( 'WPA0_VERSION', '3.11.2' );
define( 'AUTH0_DB_VERSION', 22 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down
12 changes: 5 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Login by Auth0 ===
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
Tested up to: 5.2.2
Tested up to: 5.3.2
Requires at least: 3.8
Requires PHP: 5.3
License: GPLv2
Expand Down Expand Up @@ -120,13 +120,11 @@ All is not lost!

== Changelog ==

**v3.11.1**
**v3.11.2**

- Check state in specific global based on callback type [\#708](https://github.com/auth0/wp-auth0/pull/708) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix sensitive field handling; add Basic settings tab validations [\#703](https://github.com/auth0/wp-auth0/pull/703) ([joshcanhelp](https://github.com/joshcanhelp))
- 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))
- Fix post passwords getting redirected [\#698](https://github.com/auth0/wp-auth0/pull/698) ([joshcanhelp](https://github.com/joshcanhelp))
- Add path to functions.php include [\#759](https://github.com/auth0/wp-auth0/pull/759) ([joshcanhelp](https://github.com/joshcanhelp))
- Patch samesite for implicit [\#758](https://github.com/auth0/wp-auth0/pull/758) ([joshcanhelp](https://github.com/joshcanhelp))

... and more!
**Important note for sites using the Implicit Login Flow setting**: The upcoming changes to SameSite handling in multiple browsers will require sites using the Implicit Login Flow setting to also be served on a secure channel (callback URL using "https"). This setting will be removed in the upcoming major version but is patched for sites that need time to migrate.

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

0 comments on commit 3be28f8

Please sign in to comment.