Update the db version number
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Jun 2016 12:34:16 +0000 (08:34 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Jun 2016 12:34:16 +0000 (08:34 -0400)
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

index 7cae71d..ad2933e 100644 (file)
--- 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')) {