For new release
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Sep 2017 20:33:54 +0000 (16:33 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Sep 2017 20:33:54 +0000 (16:33 -0400)
Bump version number and update readme file.

index.php
readme.txt

index 9f85ab3..0765175 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 2.10.9
+ * Version: 2.10.10
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.10.9
+ * @version 2.10.10
  */
 
 // Check that we're being called by WordPress.
@@ -44,7 +44,7 @@ if (!defined('ABSPATH')) {
  *
  */
 
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.9');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.10');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.32');
 
 // Check if plugin version is not current in WordPress option and if needed updated it
index d2952b4..bb99e88 100644 (file)
@@ -66,6 +66,11 @@ There is of course much more to this.
 (none)
 
 == Changelog ==
+= 2.10.10 =
+* Adding the member clickthrough and detail reporting into the member export
+  feature. This allows the client ability to pull in the member reports for
+  all members. Based on one month only.
+
 = 2.10.9 =
 * Fix issue where the code for google map was being called when locations for
   members were turned off.