From: Steve Sutton Date: Thu, 7 Jun 2018 15:38:13 +0000 (-0400) Subject: Updating for a release X-Git-Tag: v2.10.30^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c914ebcc60eaffe20eccd66f830589f8a1a5067e;p=WP-Plugins%2Fglm-member-db.git Updating for a release Releasing the main plugin. --- diff --git a/index.php b/index.php index 68b60927..9ce366ce 100644 --- 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 * @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 diff --git a/readme.txt b/readme.txt index 07a04f87..2647ad5c 100644 --- a/readme.txt +++ b/readme.txt @@ -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