Database update locks, Google Maps fix, Dialog box issues fixed and others.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 12 Feb 2019 14:20:23 +0000 (09:20 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 12 Feb 2019 14:20:23 +0000 (09:20 -0500)
index.php
readme.txt

index 61bf1ba..add5d1b 100755 (executable)
--- 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 <cscott@gaslightmedia.com>
  * @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
index 756fabe..a2743a1 100755 (executable)
@@ -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.