From 77d3da40af207ba8f514876e78cc7d54aa7e9f53 Mon Sep 17 00:00:00 2001 From: German Lena Date: Tue, 5 Apr 2016 09:45:28 -0300 Subject: [PATCH] bump version --- WP_Auth0.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WP_Auth0.php b/WP_Auth0.php index 2a3de293..3acecfd8 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -2,7 +2,7 @@ /** * Plugin Name: Auth0 for WordPress * Description: Let your users login with any social provider from Twitter to Facebook as well as many others like Github. Enterprise? We've got you covered - Auth0 is a full enterprise solution and will work with your Active Directory or any other environment to take control of your wordpress sites. - * Version: 2.1.6 + * Version: 2.1.7 * Author: Auth0 * Author URI: https://auth0.com */ @@ -12,7 +12,7 @@ define( 'WPA0_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) ); define( 'WPA0_LANG', 'wp-auth0' ); define( 'AUTH0_DB_VERSION', 4 ); -define( 'WPA0_VERSION', '2.1.6' ); +define( 'WPA0_VERSION', '2.1.7' ); /** * Main plugin class