* Plugin Name: GLM Members Database Events
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.4.6
+ * Version: 1.4.7
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabaseEventsAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.4.6
+ * @version 1.4.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.6');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.4.7');
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.
<div class="row glm-event-day-event">
<div class="small-12 columns">
<h2 class="agenda-event-name">{$event.name}</h2>
-
<div class='date-range-container'>
- ( Occurring {$event.recurrences.0.from_date.date} <span class="agenda-event-recur-dates">
+ ( Occurring <span class="agenda-event-recur-dates"> {$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}
+ - {$event.recurrences.0.specific_dates|@end|date_format:"%m/%d/%Y"}
{/if}
</span>