From d9e6717a2568c718ff2b1be06931a9811554c95b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 21 Aug 2019 14:42:20 -0400 Subject: [PATCH] Update for release Updating version number and readme.txt --- index.php | 6 +++--- readme.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 563cb80..1f48819 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Associate - Events Add-On * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.8.0 + * Version: 1.8.1 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseEventsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.8.0 + * @version 1.8.1 */ // Check that we're being called by WordPress. @@ -43,7 +43,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.8.0'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.8.1'); /** * Plugin DB Version */ diff --git a/readme.txt b/readme.txt index 999ac86..de760f4 100755 --- a/readme.txt +++ b/readme.txt @@ -25,6 +25,10 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 1.8.1 = +* Add same columns to the admin event dashboard +* Add Bulk Approval and Decline for event dashboard. + = 1.8.0 = * Add Organization name to main event dashboard list of pending events * Add Bulk approval and decline option for main dashboard list of pending events -- 2.17.1