Skip to content

Commit 2d11405

Browse files
committed
Bump minor, add changelog
1 parent b7cd324 commit 2d11405

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [3.2.24](https://github.com/auth0/wp-auth0/tree/3.2.23) (2017-08-14)
4+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.23...3.2.24)
5+
6+
**Changed**
7+
- More generous JWT leeway [\#332](https://github.com/auth0/wp-auth0/pull/332) ([cocojoe](https://github.com/cocojoe))
8+
9+
**Removed**
10+
- Remove client_id/secret validation since it is not allowed anymore [\#334](https://github.com/auth0/wp-auth0/pull/334) ([glena](https://github.com/glena))
11+
312
## [3.2.23](https://github.com/auth0/wp-auth0/tree/3.2.23) (2017-07-18)
413
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.22...3.2.23)
514

WP_Auth0.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: PLUGIN_NAME
44
* Description: PLUGIN_DESCRIPTION
5-
* Version: 3.2.23
5+
* Version: 3.2.24
66
* Author: Auth0
77
* Author URI: https://auth0.com
88
*/
@@ -11,7 +11,7 @@
1111
define( 'WPA0_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
1212
define( 'WPA0_LANG', 'wp-auth0' );
1313
define( 'AUTH0_DB_VERSION', 14 );
14-
define( 'WPA0_VERSION', '3.2.23' );
14+
define( 'WPA0_VERSION', '3.2.24' );
1515

1616
/**
1717
* Main plugin class

0 commit comments

Comments
 (0)