Skip to content

Commit a86a137

Browse files
committed
Release 3.2.23
1 parent 7fbb6b5 commit a86a137

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.2.23](https://github.com/auth0/wp-auth0/tree/3.2.23) (2017-07-18)
4+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.22...3.2.23)
5+
6+
**Changed**
7+
- Update /authorize URL [\#326](https://github.com/auth0/wp-auth0/pull/326) ([cocojoe](https://github.com/cocojoe))
8+
39
## [3.2.22](https://github.com/auth0/wp-auth0/tree/3.2.22) (2017-06-26)
410
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.21...3.2.22)
511

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.22
5+
* Version: 3.2.23
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.22' );
14+
define( 'WPA0_VERSION', '3.2.23' );
1515

1616
/**
1717
* Main plugin class

0 commit comments

Comments
 (0)