* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.10.20
+ * @version 2.10.21
*/
+$GLOBALS['glmAssociateMemTracker'] = memory_get_usage();
+
// Check that we're being called by WordPress.
if (!defined('ABSPATH')) {
header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html");
*
*/
- define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.20');
++
+ define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.21');
-define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.32');
+define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.34');
// Check if plugin version is not current in WordPress option and if needed updated it
if (GLM_MEMBERS_PLUGIN_VERSION != get_option('glmMembersDatabasePluginVersion')) {