From: Steve Sutton Date: Fri, 28 Jul 2017 13:22:36 +0000 (-0400) Subject: Updating ical feed X-Git-Tag: v1.6.56^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7d0f5c606c9d32e6a360edc69b0517723a827481;p=WP-Plugins%2Fglm-member-db-events.git Updating ical feed Use utc time for the create and dstamp times. update organizer to use trim. --- diff --git a/index.php b/index.php index d4187f6..9522bc1 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.55 + * Version: 1.6.56 * 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.55 + * @version 1.6.56 */ /* @@ -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.55'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.56'); 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 2f9d909..7d12262 100644 --- a/models/front/events/icalFeed.php +++ b/models/front/events/icalFeed.php @@ -125,8 +125,8 @@ EOD; $eventTemplateStart = <<