diff --git a/WP_Auth0.php b/WP_Auth0.php index 3acecfd8..5760da03 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.7 + * Version: 2.1.8 * 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.7' ); +define( 'WPA0_VERSION', '2.1.8' ); /** * Main plugin class diff --git a/assets/css/initial-setup/main.styl b/assets/css/initial-setup/main.styl index 1070810e..96ce4251 100644 --- a/assets/css/initial-setup/main.styl +++ b/assets/css/initial-setup/main.styl @@ -771,7 +771,7 @@ margin: 30px 0 10px; } - p.a0-message.manage { + .a0-message.manage { margin-bottom: 30px; margin-top: 30px; } diff --git a/templates/initial-setup/connection_profile.php b/templates/initial-setup/connection_profile.php index c8b70a3f..4886b439 100644 --- a/templates/initial-setup/connection_profile.php +++ b/templates/initial-setup/connection_profile.php @@ -11,10 +11,9 @@
diff --git a/templates/initial-setup/consent-disclaimer.php b/templates/initial-setup/consent-disclaimer.php index b94df91f..9dbab94d 100644 --- a/templates/initial-setup/consent-disclaimer.php +++ b/templates/initial-setup/consent-disclaimer.php @@ -11,10 +11,10 @@ - diff --git a/templates/settings.php b/templates/settings.php index 45e222b3..f49715d1 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -7,9 +7,9 @@