From 7311fba6f7530080305060aa64126aec2549a919 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 19 Jul 2017 16:38:13 -0400 Subject: [PATCH] Bug Fix Release for ical feed. --- index.php | 6 +++--- models/front/events/icalFeed.php | 8 +++++--- readme.txt | 5 +++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 2bb56e5..234c1c5 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.6.51 + * Version: 1.6.52 * 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.6.51 + * @version 1.6.52 */ /* @@ -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.6.51'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.52'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.2'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/models/front/events/icalFeed.php b/models/front/events/icalFeed.php index 3f6107d..37a0c79 100644 --- a/models/front/events/icalFeed.php +++ b/models/front/events/icalFeed.php @@ -105,8 +105,7 @@ EOD; $this->postAddRecurrences = false; $eventTemplateStart = <<icalDateFormat($event['created']['timestamp']), $this->icalDateFormat($event['starting_timestamp']), $this->icalDateFormat($event['starting_timestamp']), diff --git a/readme.txt b/readme.txt index 27f4189..19bc5a0 100644 --- a/readme.txt +++ b/readme.txt @@ -25,6 +25,11 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 1.6.52 = +* fix for ical feed ORGANIZER line + += 1.6.51 = +* Update the from to dates for the events when using not grouping by the days. = 1.6.49 = * Changing front end search forms to method = get. This is to keep the -- 2.17.1