Updated required version for main GLM Associate core plugin to 2.1.9.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 24 Jun 2016 20:02:20 +0000 (16:02 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 24 Jun 2016 20:02:20 +0000 (16:02 -0400)
index.php

index 8f639bd..e953ab3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -41,7 +41,7 @@ define('GLM_MEMBERS_SEARCH_PLUGIN_VERSION', '0.0.1');
 define('GLM_MEMBERS_SEARCH_PLUGIN_DB_VERSION', '0.0.1');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
-define('GLM_MEMBERS_SEARCH_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '1.0.57');
+define('GLM_MEMBERS_SEARCH_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.1.9');
 
 // Check if plugin version is not current in WordPress option and if needed updated it
 if (GLM_MEMBERS_SEARCH_PLUGIN_VERSION != get_option('glmMembersDatabaseSearchPluginVersion')) {