From: Chuck Scott Date: Tue, 31 Oct 2017 18:33:22 +0000 (-0400) Subject: Fixed version number in index.php that wasn't updated with last hotfix. X-Git-Tag: v2.10.16^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d5caf1bb867aeddf080d2e4cffdc42d6a824ebcb;p=WP-Plugins%2Fglm-member-db.git Fixed version number in index.php that wasn't updated with last hotfix. --- 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.