Fixing bug for event dashboard.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 21 Aug 2017 13:19:58 +0000 (09:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 21 Aug 2017 13:19:58 +0000 (09:19 -0400)
Now the event dashboard shows up for proper roles.

index.php
readme.txt

index 06a1333..26b284d 100644 (file)
--- 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 <cscott@gaslightmedia.com>
  * @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.
index 46fcda2..3b9ffdb 100644 (file)
@@ -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.