if (version_compare($glmMembersDatabasePluginVersion, GLM_MEMBERS_NEARME_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION) < 0) {
     define('GLM_MEMBERS_NEARME_MIN_VERSION_NOTE', "Members DB: $glmMembersDatabasePluginVersion, NearMe Requires: ".GLM_MEMBERS_NEARME_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION);
     add_action( 'admin_notices', 'glmMembersNearMeMinVerRequired');
-    deactivate_plugins('/'.GLM_MEMBERS_NEARME_PLUGIN_SLUG.'/'.GLM_MEMBERS_NEARME_PLUGIN_SLUG.'.php');
+    deactivate_plugins('/'.GLM_MEMBERS_NEARME_PLUGIN_SLUG.'/index.php');
 }
 
 /*
 
 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
+== Changelog ==
+
+= 0.1.1 =
+
+* Fixed problem with automatic deactivation due to change in index file name from a while ago.
+