From d58e739d0a7dda13564d3602925ecc11b0a71bc7 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 12 Feb 2019 09:20:23 -0500 Subject: [PATCH] Database update locks, Google Maps fix, Dialog box issues fixed and others. --- index.php | 6 +++--- readme.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 61bf1ba6..add5d1ba 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Associate - Members Plugin * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media GLM Associate core plugin and Members database. - * Version: 2.10.48 + * Version: 2.11.0 * 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.48 + * @version 2.11.0 */ $GLOBALS['glmAssociateMemTracker'] = memory_get_usage(); @@ -47,7 +47,7 @@ if (!defined('ABSPATH')) { * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.48'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.11.0'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.46'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/readme.txt b/readme.txt index 756fabe8..a2743a12 100755 --- a/readme.txt +++ b/readme.txt @@ -66,7 +66,7 @@ There is of course much more to this. (none) == Changelog == -= PENDING = += 2.11.0 = * Now locking out other processes from database update on an Add-On when one process is doing the update. * Added parameter to glmMembersConfigArraySetup() in glmPluginSupport.php to use names for resulting array if needed. * Updated what we send to Google Maps when providing driving directions to include user's current location. -- 2.17.1