From 0f104c8774152e09559f93795a7341e830ac6f44 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 21 Feb 2018 15:21:26 -0500 Subject: [PATCH] Bump version and add to readme file. Adding to readme.txt Bump version number. --- index.php | 6 +++--- readme.txt | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 14edc6b..422c22e 100644 --- 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 * @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. diff --git a/readme.txt b/readme.txt index 0d4786a..ed321d1 100644 --- a/readme.txt +++ b/readme.txt @@ -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. -- 2.17.1