From: Chuck Scott Date: Mon, 14 Dec 2015 19:33:03 +0000 (-0500) Subject: 1.0.0 X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8ed944baab5308eafc11959a9819ec603965445a;p=WP-Plugins%2Fglm-member-db-packaging.git 1.0.0 --- diff --git a/glm-member-db-packaging.php b/glm-member-db-packaging.php index 556874a..c92ba8c 100644 --- a/glm-member-db-packaging.php +++ b/glm-member-db-packaging.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Packaging * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 0.0.3 + * Version: 1.0.0 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -33,11 +33,11 @@ * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '0.0.3'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.0'); define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '0.0.2'); // This is the minimum version of the GLM Members DB plugin require for this plugin. -define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '1.0.47'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '1.0.48'); /* * Copyright 2014 Charles Scott (email : cscott@gaslightmedia.com)