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 11# Change Log
22
3+ ## [ 3.2.22] ( https://github.com/auth0/wp-auth0/tree/3.2.22 ) (2017-06-26)
4+ [ Full Changelog] ( https://github.com/auth0/wp-auth0/compare/3.2.21...3.2.22 )
5+
6+ ** Fixed**
7+ - Fixed migration for older plugins that use base64 secret [ \# 324] ( https://github.com/auth0/wp-auth0/pull/324 ) ([ cocojoe] ( https://github.com/cocojoe ) )
8+
39## [ 3.2.21] ( https://github.com/auth0/wp-auth0/tree/3.2.21 ) (2017-06-14)
410[ Full Changelog] ( https://github.com/auth0/wp-auth0/compare/3.2.5...3.2.21 )
511
Original file line number Diff line number Diff line change 22/**
33 * Plugin Name: PLUGIN_NAME
44 * Description: PLUGIN_DESCRIPTION
5- * Version: 3.2.21
5+ * Version: 3.2.22
66 * Author: Auth0
77 * Author URI: https://auth0.com
88 */
1111define ( 'WPA0_PLUGIN_URL ' , trailingslashit ( plugin_dir_url ( __FILE__ ) ) );
1212define ( 'WPA0_LANG ' , 'wp-auth0 ' );
1313define ( 'AUTH0_DB_VERSION ' , 14 );
14- define ( 'WPA0_VERSION ' , '3.2.21 ' );
14+ define ( 'WPA0_VERSION ' , '3.2.22 ' );
1515
1616/**
1717 * Main plugin class
You can’t perform that action at this time.
0 commit comments