Bump version and add to readme file.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 20:21:26 +0000 (15:21 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 20:21:26 +0000 (15:21 -0500)
Adding to readme.txt
Bump version number.

index.php
readme.txt

index 14edc6b..422c22e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
 
- * Version: 1.6.76
+ * Version: 1.6.77
 
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
@@ -22,7 +22,7 @@
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
 
- * @version 1.6.76
+ * @version 1.6.77
 
  */
 
@@ -47,7 +47,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_EVENTS_PLUGIN_VERSION', '1.6.76');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.77');
 define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.5');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
index 0d4786a..ed321d1 100644 (file)
@@ -25,6 +25,15 @@ e.g.
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
 == Changelog ==
+= 1.6.77 =
+* Add management options for member event moderated
+* Add text and checks for file types on add your event page.
+
+= 1.6.76 =
+* Move the required fields for member event into first tab.
+* Put in javascript checks for required fields. Especially helpfull when
+  adding an event that dates have changed.
+
 = 1.6.75 =
 * Add javascript for required fields on the admin add/edit event form.