Fixed auto-deactivate
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 25 May 2017 19:39:30 +0000 (15:39 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 25 May 2017 19:39:30 +0000 (15:39 -0400)
index.php
readme.txt

index 719db37..3b53453 100644 (file)
--- a/index.php
+++ b/index.php
@@ -130,7 +130,7 @@ $glmMembersDatabasePluginVersion = get_option('glmMembersDatabasePluginVersion')
 if (version_compare($glmMembersDatabasePluginVersion, GLM_MEMBERS_SERVERSTATS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION) < 0) {
     define('GLM_MEMBERS_SERVERSTATS_MIN_VERSION_NOTE', "Members DB: $glmMembersDatabasePluginVersion, ServerStats Requires: ".GLM_MEMBERS_SERVERSTATS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION);
     add_action( 'admin_notices', 'glmMembersPluginServerStatsMinVerRequired');
-    deactivate_plugins('/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'.php');
+    deactivate_plugins('/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'/index.php');
 }
 
 /*
index 5b58757..cf257cf 100644 (file)
@@ -26,3 +26,10 @@ e.g.
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
 
+== Changelog ==
+
+= 0.2.1 =
+
+* Fixed problem with automatic deactivation due to change in index file name from a while ago.
+
+