From b14369d63403d65f93a65c899ce326f360f00d73 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 28 Aug 2018 11:07:52 -0400 Subject: [PATCH] Updated name to GLM Associate - Registrations Add-on and fixed database version confusion. --- index.php | 12 +++++------- readme.txt | 3 +++ ...atabase_V1.0.0.sql => create_database_V1.0.1.sql} | 0 setup/databaseScripts/dbVersions.php | 1 - ..._database_V1.0.0.sql => drop_database_V1.0.1.sql} | 0 5 files changed, 8 insertions(+), 8 deletions(-) rename setup/databaseScripts/{create_database_V1.0.0.sql => create_database_V1.0.1.sql} (100%) mode change 100644 => 100755 mode change 100644 => 100755 setup/databaseScripts/dbVersions.php rename setup/databaseScripts/{drop_database_V1.0.0.sql => drop_database_V1.0.1.sql} (100%) mode change 100644 => 100755 diff --git a/index.php b/index.php index 9fdbfed..8812809 100755 --- a/index.php +++ b/index.php @@ -1,25 +1,23 @@ * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.13 + * @version 1.0.15 */ // Check that we're being called by WordPress. @@ -43,7 +41,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_REGISTRATIONS_PLUGIN_VERSION', '1.0.14'); +define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_VERSION', '1.0.15'); define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_DB_VERSION', '1.0.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/readme.txt b/readme.txt index 4c80d32..1b90253 100755 --- a/readme.txt +++ b/readme.txt @@ -25,6 +25,9 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 1.0.15 = +* Hotfix to fix confusion with database version number for create and drop scripts + = 1.0.14 = * Hotfix to correct problem with names that have an appostrophy causing issues with PayPal checkout scripting diff --git a/setup/databaseScripts/create_database_V1.0.0.sql b/setup/databaseScripts/create_database_V1.0.1.sql old mode 100644 new mode 100755 similarity index 100% rename from setup/databaseScripts/create_database_V1.0.0.sql rename to setup/databaseScripts/create_database_V1.0.1.sql diff --git a/setup/databaseScripts/dbVersions.php b/setup/databaseScripts/dbVersions.php old mode 100644 new mode 100755 index 095118c..29311ad --- a/setup/databaseScripts/dbVersions.php +++ b/setup/databaseScripts/dbVersions.php @@ -46,7 +46,6 @@ $glmMembersRegistrationsDbVersions = array( '0.0.30' => array('version' => '0.0.30', 'tables' => 18, 'date' => '05/14/2018'), '0.0.31' => array('version' => '0.0.31', 'tables' => 18, 'date' => '05/15/2018'), '0.0.32' => array('version' => '0.0.32', 'tables' => 18, 'date' => '05/22/2018'), - '1.0.0' => array('version' => '1.0.0', 'tables' => 18, 'date' => '06/04/2018'), '1.0.1' => array('version' => '1.0.1', 'tables' => 18, 'date' => '06/12/2018') ); diff --git a/setup/databaseScripts/drop_database_V1.0.0.sql b/setup/databaseScripts/drop_database_V1.0.1.sql old mode 100644 new mode 100755 similarity index 100% rename from setup/databaseScripts/drop_database_V1.0.0.sql rename to setup/databaseScripts/drop_database_V1.0.1.sql -- 2.17.1