From 859a41082f5c3c998fc09f0effc3e3bf4e7eee9c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 15 Jun 2016 16:24:27 -0400 Subject: [PATCH] Update the drop database sql file. Have to have the same version as the create version sql file. --- index.php | 6 +++--- .../{drop_database_V1.1.8.sql => drop_database_V1.1.9.sql} | 0 setup/databaseScripts/readme.txt | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) rename setup/databaseScripts/{drop_database_V1.1.8.sql => drop_database_V1.1.9.sql} (100%) diff --git a/index.php b/index.php index fb03507f..1778ecd1 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.1.2 + * Version: 2.1.3 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.1.2 + * @version 2.1.3 */ /* @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.2'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.3'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.9'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/setup/databaseScripts/drop_database_V1.1.8.sql b/setup/databaseScripts/drop_database_V1.1.9.sql similarity index 100% rename from setup/databaseScripts/drop_database_V1.1.8.sql rename to setup/databaseScripts/drop_database_V1.1.9.sql diff --git a/setup/databaseScripts/readme.txt b/setup/databaseScripts/readme.txt index ec232a08..f1c238e2 100644 --- a/setup/databaseScripts/readme.txt +++ b/setup/databaseScripts/readme.txt @@ -38,4 +38,7 @@ Procedure to update database 8) Go to an admin menu item for the main member db plugin or any add-on. If all goes well, the main plugin should have detected the change and updated the database. If not, restore the database and try again. + 9) Check the database to make sure the changes to fields and data are correct. + +10) Rename the drop_database_Vx.x.x.sql to new version number (same as create) -- 2.17.1