From a054f19bf14e6adeb090bd2927c68f7cc44a24c5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 3 Oct 2019 14:24:54 -0400 Subject: [PATCH] Update package plugin version bump update readme.txt --- index.php | 6 +++--- readme.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index fa5d1de..5c6eebd 100644 --- 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 * @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. */ diff --git a/readme.txt b/readme.txt index c79f726..077859b 100644 --- a/readme.txt +++ b/readme.txt @@ -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. -- 2.17.1