Skip to content

Commit 7448539

Browse files
committed
Release 3.11.3
1 parent b4c8ac7 commit 7448539

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

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

3+
## [3.11.3](https://github.com/auth0/wp-auth0/tree/3.11.3) (2020-01-30)
4+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.2...3.11.3)
5+
6+
**Security**
7+
- Fix potential XSS on wp-login.php override page [\#768](https://github.com/auth0/wp-auth0/pull/768) ([kinabalu](https://github.com/kinabalu))
8+
39
## [3.11.2](https://github.com/auth0/wp-auth0/tree/3.11.2) (2020-01-17)
410
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.1...3.11.2)
511

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

12-
define( 'WPA0_VERSION', '3.11.2' );
12+
define( 'WPA0_VERSION', '3.11.3' );
1313
define( 'AUTH0_DB_VERSION', 22 );
1414

1515
define( 'WPA0_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,8 @@ All is not lost!
120120

121121
== Changelog ==
122122

123-
**v3.11.2**
123+
**v3.11.3**
124124

125-
- Add path to functions.php include [\#759](https://github.com/auth0/wp-auth0/pull/759) ([joshcanhelp](https://github.com/joshcanhelp))
126-
- Patch samesite for implicit [\#758](https://github.com/auth0/wp-auth0/pull/758) ([joshcanhelp](https://github.com/joshcanhelp))
127-
128-
**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.
125+
- Fix potential XSS on wp-login.php override page [\#768](https://github.com/auth0/wp-auth0/pull/768)
129126

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

0 commit comments

Comments
 (0)