We are not sure who reverted the db version back but it did cause an
issue on the plugin and caused it to deactivate.
*/
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')) {