From 43ee2fcd2d5ad48e016c2569cb7648b6ffdecec8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 21 Feb 2018 15:27:09 -0500 Subject: [PATCH] Bump version number and update readme.txt Update readme text. bump version number. --- index.php | 6 +++--- readme.txt | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 46f746f..f947d11 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Packaging * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.2.17 + * Version: 1.2.18 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabasePackagingAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.2.17 + * @version 1.2.18 */ // Check that we're being called by WordPress. @@ -43,7 +43,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_PACKAGING_PLUGIN_VERSION', '1.2.17'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.18'); define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.7'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/readme.txt b/readme.txt index c06f53d..b4c528f 100644 --- a/readme.txt +++ b/readme.txt @@ -26,6 +26,11 @@ e.g. == Changelog == += 1.2.18 = +* Add management option for member message and for overriding moderated member + packages. + += 1.2.17 = = 1.2.16 = * Member detail packages display now has collapsable description for each package. -- 2.17.1