From: Steve Sutton Date: Thu, 3 Oct 2019 18:24:54 +0000 (-0400) Subject: Update package plugin X-Git-Tag: v1.3.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a054f19bf14e6adeb090bd2927c68f7cc44a24c5;p=WP-Plugins%2Fglm-member-db-packaging.git Update package plugin version bump update readme.txt --- 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.