Updating for a release
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jun 2018 15:38:13 +0000 (11:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jun 2018 15:38:13 +0000 (11:38 -0400)
Releasing the main plugin.

index.php
readme.txt

index 68b6092..9ce366c 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.29
+ * Version: 2.10.30
  * 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.29
+ * @version 2.10.30
  */
 
 $GLOBALS['glmAssociateMemTracker'] = memory_get_usage();
@@ -46,7 +46,7 @@ if (!defined('ABSPATH')) {
  *
  */
 
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.29');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.30');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.35');
 
 // Check if plugin version is not current in WordPress option and if needed updated it
index 07a04f8..2647ad5 100644 (file)
@@ -66,6 +66,23 @@ There is of course much more to this.
 (none)
 
 == Changelog ==
+= 2.10.30 =
+* Setting up Pay Pal
+* Adding admin management crons list
+* Added glm associate cron
+
+= 2.10.29 =
+* moved payment proccessing library
+* fixed performance issue with member list map data
+
+= 2.10.28 =
+* update the city search part
+* update spacing in template data
+* moved payment processors class to main plugin
+
+= 2.10.27 =
+* fixed checkbox issue in data abstract
+
 = 2.10.26 =
 * Hiding the add cities button in member edit admin page for non-admin, locked to member users