From 3255bb1b0acc2880edbc23824ed222b3c3b243eb Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 9 Aug 2018 14:59:05 -0400 Subject: [PATCH] Updated create database script to correct version. --- index.php | 4 ++-- readme.txt | 4 ++++ ...{create_database_V0.0.3.sql => create_database_V0.0.5.sql} | 0 3 files changed, 6 insertions(+), 2 deletions(-) rename setup/databaseScripts/{create_database_V0.0.3.sql => create_database_V0.0.5.sql} (100%) diff --git a/index.php b/index.php index a68971b..7fe037f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Associate - OpenSearchServer Add-On * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.0.1 + * Version: 2.0.2 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -43,7 +43,7 @@ if (!defined('ABSPATH')) { * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_SEARCH_PLUGIN_VERSION', '2.0.1'); +define('GLM_MEMBERS_SEARCH_PLUGIN_VERSION', '2.0.2'); define('GLM_MEMBERS_SEARCH_PLUGIN_DB_VERSION', '0.0.5'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/readme.txt b/readme.txt index 0507892..868033b 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,10 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 2.0.2 = + +* Updated create database script to correct version. + = 2.0.1 = * Fixed missing selected URL filter (Search only...) when clicking "Previous" and "Next" results links. diff --git a/setup/databaseScripts/create_database_V0.0.3.sql b/setup/databaseScripts/create_database_V0.0.5.sql similarity index 100% rename from setup/databaseScripts/create_database_V0.0.3.sql rename to setup/databaseScripts/create_database_V0.0.5.sql -- 2.17.1