From 91aec11521b2f2b0d271f8f37dd1007bc301d885 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 21 Aug 2017 09:19:58 -0400 Subject: [PATCH] Fixing bug for event dashboard. Now the event dashboard shows up for proper roles. --- index.php | 6 +++--- readme.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 06a1333..26b284d 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.6.58 + * Version: 1.6.59 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ @@ -22,7 +22,7 @@ * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.6.58 + * @version 1.6.59 */ @@ -47,7 +47,7 @@ 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.6.58'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.59'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.4'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/readme.txt b/readme.txt index 46fcda2..3b9ffdb 100644 --- a/readme.txt +++ b/readme.txt @@ -25,6 +25,10 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 1.6.59 = +* Bug fix. Event dashboard not showing up when the flag for allow member event + was turned off. + = 1.6.58 = * Moving the event notifications into settings. New fields for approved message and declined message have been added to this setting page. -- 2.17.1