diff --git a/10up-experience.php b/10up-experience.php index 8bf3037..0a3fee7 100644 --- a/10up-experience.php +++ b/10up-experience.php @@ -3,7 +3,7 @@ * Plugin Name: 10up Experience * Plugin URI: https://github.com/10up/10up-experience * Description: The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up’s best practices. - * Version: 1.12.1 + * Version: 1.13.0 * Author: 10up * Author URI: https://10up.com * License: GPLv2 or later @@ -19,7 +19,7 @@ use YahnisElsts\PluginUpdateChecker\v5\PucFactory; -define( 'TENUP_EXPERIENCE_VERSION', '1.12.1' ); +define( 'TENUP_EXPERIENCE_VERSION', '1.13.0' ); define( 'TENUP_EXPERIENCE_DIR', __DIR__ ); define( 'TENUP_EXPERIENCE_FILE', __FILE__ ); diff --git a/includes/classes/SSO/SSO.php b/includes/classes/SSO/SSO.php index d34e28b..7d1988d 100644 --- a/includes/classes/SSO/SSO.php +++ b/includes/classes/SSO/SSO.php @@ -350,10 +350,8 @@ public function update_login_form() { $buttons_html .= '' . 'Login'; - if ( defined( 'TENUPSSO_ALLOW_FUELED_SSO' ) && TENUPSSO_ALLOW_FUELED_SSO ) { - $buttons_html .= '' . - 'Login'; - } + $buttons_html .= '' . + 'Login'; $buttons_html .= 'or'; $buttons_html .= '';