From: Steve Sutton Date: Tue, 7 Jun 2016 12:34:16 +0000 (-0400) Subject: Update the db version number X-Git-Tag: v2.1^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6d54ddb01b17fba99e281d656cacb259178af666;p=WP-Plugins%2Fglm-member-db.git 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. --- 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')) {