From 1df90ab55c475844f817eda549885380ba33f9c8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 26 Feb 2018 12:03:40 -0500 Subject: [PATCH] Bump font size for the signup text spacing. Adding spacing for the signup text. --- index.php | 6 +++--- views/front/conditions/HLP.html | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index ed13178..13b319e 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Conditions * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.6 + * Version: 1.0.7 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseConditionsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.6 + * @version 1.0.7 */ /* @@ -37,7 +37,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_CONDITIONS_PLUGIN_VERSION', '1.0.6'); +define('GLM_MEMBERS_CONDITIONS_PLUGIN_VERSION', '1.0.7'); define('GLM_MEMBERS_CONDITIONS_PLUGIN_DB_VERSION', '0.0.2'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/front/conditions/HLP.html b/views/front/conditions/HLP.html index 0a227fc..20dfd1a 100644 --- a/views/front/conditions/HLP.html +++ b/views/front/conditions/HLP.html @@ -278,9 +278,11 @@

{$condition.descr|nl2br}

{if $additional}

{$additional|nl2br}

{/if} +

-

To sign up for Mackinac Bridge alerts, text "MacBridge" to 67283

+

To sign up for Mackinac Bridge alerts, text "MacBridge" to 67283


+
-- 2.17.1