From: Steve Sutton Date: Mon, 13 Feb 2017 20:13:02 +0000 (-0500) Subject: Release for pending package feature X-Git-Tag: v1.2.6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4061e680ee1a0c4377dbc43201b0388e4237d976;p=WP-Plugins%2Fglm-member-db-packaging.git Release for pending package feature Adding status to packages for active pending. When members edit packages and they are moderated the package will goto a pending status. If member is not moderated then packages are updated with out going to pending status. --- diff --git a/index.php b/index.php index 753fbce..6e27e43 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.5 + * Version: 1.2.6 * 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.5 + * @version 1.2.6 */ /* @@ -37,7 +37,7 @@ * 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.5'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.6'); define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.6'); // This is the minimum version of the GLM Members DB plugin require for this plugin.