Fixed version number in index.php that wasn't updated with last hotfix.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 31 Oct 2017 18:33:22 +0000 (14:33 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 31 Oct 2017 18:33:22 +0000 (14:33 -0400)
index.php
readme.txt

index 7d75497..45bffa9 100644 (file)
--- 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
index 9ecf91a..8262c5c 100644 (file)
@@ -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.