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')) {