From 6d54ddb01b17fba99e281d656cacb259178af666 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 7 Jun 2016 08:34:16 -0400 Subject: [PATCH] Update the db version number We are not sure who reverted the db version back but it did cause an issue on the plugin and caused it to deactivate. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7cae71d2..ad2933e2 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ */ define('GLM_MEMBERS_PLUGIN_VERSION', '2.0.5'); -define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.7'); +define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.8'); // Check if plugin version is not current in WordPress option and if needed updated it if (GLM_MEMBERS_PLUGIN_VERSION != get_option('glmMembersDatabasePluginVersion')) { -- 2.17.1