From: Steve Sutton Date: Wed, 19 Jun 2019 13:46:40 +0000 (-0400) Subject: Merge tag 'v1.7.26' into develop X-Git-Tag: v1.7.29^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ca746f3703d3905d0c1440e7385b4765ee2d2846;p=WP-Plugins%2Fglm-member-db-events.git Merge tag 'v1.7.26' into develop Version 1.7.26 --- ca746f3703d3905d0c1440e7385b4765ee2d2846 diff --cc index.php index 54995db,02f817b..ef4c510 --- a/index.php +++ b/index.php @@@ -43,8 -43,11 +43,11 @@@ if (!defined('ABSPATH')) * 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.7.25'); + define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.7.26'); + /** + * Plugin DB Version + */ -define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.14'); +define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.15'); // This is the minimum version of the GLM Members DB plugin require for this plugin. define('GLM_MEMBERS_EVENTS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.9.15'); diff --cc readme.txt index 1894c7f,f4dcb54..722d8ed --- a/readme.txt +++ b/readme.txt @@@ -25,11 -25,11 +25,16 @@@ e.g 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += Pending = +New options +* Read more button options +* Minimum number of events option + + = 1.7.26 = + * Updating date on detail page per Jodie request that the date span not be + used if from the agenda view but instead show the date of that event per the + date they are looking at. + = 1.7.23 = * Adding counties to event locations diff --cc views/front/events/agenda_new.html index 30557f7,979604d..691f4eb --- a/views/front/events/agenda_new.html +++ b/views/front/events/agenda_new.html @@@ -67,11 -56,9 +67,11 @@@ a.glm-read-more:hover, a.event-read-mor {$showTime = true} -