From: Chuck Scott Date: Fri, 24 Jun 2016 20:02:20 +0000 (-0400) Subject: Updated required version for main GLM Associate core plugin to 2.1.9. X-Git-Tag: v0.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4558af3318d2b14e86e48aa004dbd100b6fe3c09;p=WP-Plugins%2Fglm-member-db-search.git Updated required version for main GLM Associate core plugin to 2.1.9. --- 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')) {