diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b03328..81f7b761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- Update /authorize URL [\#326](https://github.com/auth0/wp-auth0/pull/326) ([cocojoe](https://github.com/cocojoe)) + ## [3.2.22](https://github.com/auth0/wp-auth0/tree/3.2.22) (2017-06-26) [Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.21...3.2.22) diff --git a/WP_Auth0.php b/WP_Auth0.php index 04e2d724..775f17f0 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -2,7 +2,7 @@ /** * Plugin Name: PLUGIN_NAME * Description: PLUGIN_DESCRIPTION - * Version: 3.2.22 + * Version: 3.2.23 * Author: Auth0 * Author URI: https://auth0.com */ @@ -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.22' ); +define( 'WPA0_VERSION', '3.2.23' ); /** * Main plugin class