From d5caf1bb867aeddf080d2e4cffdc42d6a824ebcb Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 31 Oct 2017 14:33:22 -0400 Subject: [PATCH] Fixed version number in index.php that wasn't updated with last hotfix. --- index.php | 4 ++-- readme.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7d754975..45bffa96 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.10.14 + * Version: 2.10.16 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -44,7 +44,7 @@ if (!defined('ABSPATH')) { * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.15'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.16'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.32'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/readme.txt b/readme.txt index 9ecf91a9..8262c5c5 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,9 @@ There is of course much more to this. == Changelog == += 2.10.16 = +* Fixed version number in index.php that wasn't updated with last hotfix. + = 2.10.15 = * When a new member is added the user is now redirected to the member dashboard for the new member rather than requiring the user to search for that member. -- 2.17.1