From 521a7d4d2d4ae61eba93928c9504ac8a75c903ed Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 11 Oct 2016 15:37:44 -0400 Subject: [PATCH] bumping version number, fixing placement of the to and from dates in the agenda view template otherwise they don't display --- css/front.css | 2 +- index.php | 6 +++--- views/front/events/agenda.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/front.css b/css/front.css index f1faeac..ff9263e 100644 --- a/css/front.css +++ b/css/front.css @@ -356,7 +356,7 @@ a.fc-time-grid-event.fc-v-event { margin-bottom: 8px; } .agenda-event-recur-dates{ - font-style: italic; +/* font-style: italic;*/ } #glmRealEmail { display: none; diff --git a/index.php b/index.php index ce4dd94..edc2f21 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Events * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.4.7 + * Version: 1.4.8 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -20,7 +20,7 @@ * @package glmMembersDatabaseEventsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.4.7 + * @version 1.4.8 */ /* @@ -38,7 +38,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.4.7'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.4.8'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.0.22'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index ed8d67d..24835d9 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -22,7 +22,7 @@

{$event.name}

- ( Occurring {$event.recurrences.0.from_date.date} + ( Occurring {$event.recurrences.0.from_date.date} {if $event.recurrences.0.from_date.date != $event.recurrences.0.to_date.date} - {$event.recurrences.0.to_date.date} {else if $event.recurrences.0.specific_dates} -- 2.17.1