Skip to content

Commit

Permalink
Bump minor, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Aug 14, 2017
1 parent b7cd324 commit 2d11405
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [3.2.24](https://github.com/auth0/wp-auth0/tree/3.2.23) (2017-08-14)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.23...3.2.24)

**Changed**
- More generous JWT leeway [\#332](https://github.com/auth0/wp-auth0/pull/332) ([cocojoe](https://github.com/cocojoe))

**Removed**
- 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))

## [3.2.23](https://github.com/auth0/wp-auth0/tree/3.2.23) (2017-07-18)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.22...3.2.23)

Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: PLUGIN_NAME
* Description: PLUGIN_DESCRIPTION
* Version: 3.2.23
* Version: 3.2.24
* Author: Auth0
* Author URI: https://auth0.com
*/
Expand All @@ -11,7 +11,7 @@
define( 'WPA0_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'WPA0_LANG', 'wp-auth0' );
define( 'AUTH0_DB_VERSION', 14 );
define( 'WPA0_VERSION', '3.2.23' );
define( 'WPA0_VERSION', '3.2.24' );

/**
* Main plugin class
Expand Down

0 comments on commit 2d11405

Please sign in to comment.