Skip to content

Commit 74ea6e2

Browse files
committed
Release 3.2.22
1 parent ef97f42 commit 74ea6e2

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.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

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

1616
/**
1717
* Main plugin class

0 commit comments

Comments
 (0)