Merge tag 'v2.10.22' into develop
authorLaury GvR <laury@gaslightmedia.com>
Fri, 16 Feb 2018 21:35:33 +0000 (16:35 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 16 Feb 2018 21:35:33 +0000 (16:35 -0500)
v2.10.22

1  2 
index.php

diff --cc index.php
+++ b/index.php
   * @package glmMembersDatabase
   * @author Chuck Scott <cscott@gaslightmedia.com>
   * @license http://www.gaslightmedia.com Gaslightmedia
-  * @version 2.10.21
+  * @version 2.10.22
   */
  
 +$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");
@@@ -46,9 -44,8 +46,8 @@@
   *
   */
  
- define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.21');
+ define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.22');
 -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')) {