From: Chuck Scott Date: Tue, 12 Feb 2019 14:20:23 +0000 (-0500) Subject: Database update locks, Google Maps fix, Dialog box issues fixed and others. X-Git-Tag: v2.11.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d58e739d0a7dda13564d3602925ecc11b0a71bc7;p=WP-Plugins%2Fglm-member-db.git Database update locks, Google Maps fix, Dialog box issues fixed and others. --- 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.