From e7e513218634a70363ab71da52c9da1354e30f08 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 8 Jul 2016 11:06:33 -0400 Subject: [PATCH] Set database version correect for current master branch - 1.1.0 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d760cf1..a086128 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ * version from this plugin. */ define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.7'); -define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.2'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.0'); // This is the minimum version of the GLM Members DB plugin require for this plugin. define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.0.0'); -- 2.17.1