Update package plugin
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Oct 2019 18:24:54 +0000 (14:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Oct 2019 18:24:54 +0000 (14:24 -0400)
version bump
update readme.txt

index.php
readme.txt

index fa5d1de..5c6eebd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Assoicate - Packaging Add-On
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.3.2
+ * Version: 1.3.4
  * 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.3.2
+ * @version 1.3.4
  */
 
 // 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.3.3');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.3.4');
 /**
  * DB Version for plugin.
  */
index c79f726..077859b 100644 (file)
@@ -26,6 +26,9 @@ e.g.
 
 
 == Changelog ==
+= 1.3.4 =
+* Delete package now added.
+
 = 1.3.1 - 1.3.3 =
 * Bug fixes. Delete packages using member delete hook when member is being deleted.