From 4558af3318d2b14e86e48aa004dbd100b6fe3c09 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 24 Jun 2016 16:02:20 -0400 Subject: [PATCH] Updated required version for main GLM Associate core plugin to 2.1.9. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8f639bd..e953ab3 100644 --- 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')) { -- 2.17.1