File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
9
## [ 3.2.22] ( https://github.com/auth0/wp-auth0/tree/3.2.22 ) (2017-06-26)
4
10
[ Full Changelog] ( https://github.com/auth0/wp-auth0/compare/3.2.21...3.2.22 )
5
11
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: PLUGIN_NAME
4
4
* Description: PLUGIN_DESCRIPTION
5
- * Version: 3.2.22
5
+ * Version: 3.2.23
6
6
* Author: Auth0
7
7
* Author URI: https://auth0.com
8
8
*/
11
11
define ( 'WPA0_PLUGIN_URL ' , trailingslashit ( plugin_dir_url ( __FILE__ ) ) );
12
12
define ( 'WPA0_LANG ' , 'wp-auth0 ' );
13
13
define ( 'AUTH0_DB_VERSION ' , 14 );
14
- define ( 'WPA0_VERSION ' , '3.2.22 ' );
14
+ define ( 'WPA0_VERSION ' , '3.2.23 ' );
15
15
16
16
/**
17
17
* Main plugin class
You can’t perform that action at this time.
0 commit comments