* 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
* @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();
*
*/
-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
(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.