Skip to content

Commit

Permalink
Release 3.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Jun 26, 2017
1 parent ef97f42 commit 74ea6e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [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)

**Fixed**
- Fixed migration for older plugins that use base64 secret [\#324](https://github.com/auth0/wp-auth0/pull/324) ([cocojoe](https://github.com/cocojoe))

## [3.2.21](https://github.com/auth0/wp-auth0/tree/3.2.21) (2017-06-14)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.2.5...3.2.21)

Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: PLUGIN_NAME
* Description: PLUGIN_DESCRIPTION
* Version: 3.2.21
* Version: 3.2.22
* Author: Auth0
* Author URI: https://auth0.com
*/
Expand All @@ -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.21' );
define( 'WPA0_VERSION', '3.2.22' );

/**
* Main plugin class
Expand Down

0 comments on commit 74ea6e2

Please sign in to comment.