Bump version number and update readme.txt
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 20:27:09 +0000 (15:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 20:27:09 +0000 (15:27 -0500)
Update readme text.
bump version number.

index.php
readme.txt

index 46f746f..f947d11 100644 (file)
--- 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 <cscott@gaslightmedia.com>
  * @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.
index c06f53d..b4c528f 100644 (file)
@@ -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.