Skip to content

Commit

Permalink
Release 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 2, 2018
1 parent c9053a0 commit e1ba1c2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 71 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log

## [3.6.2](https://github.com/auth0/wp-auth0/tree/3.6.2) (2018-06-29)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.6.1...3.6.2)

**Closed issues**
- `auth0_state` cookie and Pantheon [\#494](https://github.com/auth0/wp-auth0/issues/494)
- Question: Way to visit directly to Sign Up tab? [\#489](https://github.com/auth0/wp-auth0/issues/489)
- Custom Fields [\#487](https://github.com/auth0/wp-auth0/issues/487)
- TypeError: jQuery(...).tab is not a function [\#484](https://github.com/auth0/wp-auth0/issues/484)
- Error - auth0 cannot find node with id "auth0-login-form" [\#483](https://github.com/auth0/wp-auth0/issues/483)

**Added**
- Add a filter for nonce and state cookie names [\#495](https://github.com/auth0/wp-auth0/pull/495) ([joshcanhelp](https://github.com/joshcanhelp))
- Add error handling for JWT decode [\#492](https://github.com/auth0/wp-auth0/pull/492) ([joshcanhelp](https://github.com/joshcanhelp))
- Show signup tab if action=register on wp-login.php page [\#490](https://github.com/auth0/wp-auth0/pull/490) ([joshcanhelp](https://github.com/joshcanhelp))

**Fixed**
- Fix missing signup fields [\#491](https://github.com/auth0/wp-auth0/pull/491) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix import-export tabs not working [\#486](https://github.com/auth0/wp-auth0/pull/486) ([joshcanhelp](https://github.com/joshcanhelp))

## [3.6.1](https://github.com/auth0/wp-auth0/tree/3.6.1) (2018-06-07)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.6.0...3.6.1)

Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Expand Up @@ -2,11 +2,11 @@
/**
* Plugin Name: PLUGIN_NAME
* Description: PLUGIN_DESCRIPTION
* Version: 3.6.1
* Version: 3.6.2
* Author: Auth0
* Author URI: https://auth0.com
*/
define( 'WPA0_VERSION', '3.6.1' );
define( 'WPA0_VERSION', '3.6.2' );
define( 'AUTH0_DB_VERSION', 18 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down
70 changes: 1 addition & 69 deletions readme.txt
Expand Up @@ -139,72 +139,4 @@ All is not lost!

== Changelog ==

[Complete CHANGELOG.md maintained on Github](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md)

= 3.6.1 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#361-2018-06-07)

= 3.6.0 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#360-2018-06-05)

= 3.5.2 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#352-2018-02-22)

= 3.5.1 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#351-2018-01-26)

= 3.5.0 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#350-2018-01-25)

= 3.4.0 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#340-2018-01-08)

= 3.3.2 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#332-2017-10-05)

= 3.2.24 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#3224-2017-08-14)

= 3.2.23 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#3223-2017-07-18)

= 3.2.22 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#3222-2017-06-26)

= 3.2.21 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#3221-2017-06-14)

= 3.2.5 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#325-2016-09-07)

= 3.2.0 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#320-2016-08-16)

= 3.1.4 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#314-2016-07-01)

= 3.1.3 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#313-2016-06-15)

= 3.1.2 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#312-2016-06-13)

= 3.1.1 =

[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#311-2016-06-06)
[Complete CHANGELOG.md maintained on Github](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md)

0 comments on commit e1ba1c2

Please sign in to comment.