From: Chuck Scott Date: Sun, 29 Nov 2015 22:33:21 +0000 (-0500) Subject: Minor name fix while doing initial testing of newly converted from blank add-on X-Git-Tag: v0.0.1^0 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=05fa064ccee7c7430ba70bb4e0caae7da759a1dd;p=WP-Plugins%2Fglm-member-db-packaging.git Minor name fix while doing initial testing of newly converted from blank add-on --- diff --git a/defines.php b/defines.php index 312406f..f6ee60e 100644 --- a/defines.php +++ b/defines.php @@ -7,7 +7,7 @@ // NOTE: Plugin & Database versions are defined in "/glm-member-db.php". -define('GLM_MEMBERS_PACKAGING_PLUGIN_NAME', 'Gaslight Media Members Database Packaging Add-OIn'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_NAME', 'Gaslight Media Members Database Packaging'); define('GLM_MEMBERS_PACKAGING_PLUGIN_SHORT_NAME', 'Packaging'); define('GLM_MEMBERS_PACKAGING_PLUGIN_SLUG', 'glm-member-db-packaging'); diff --git a/glm-member-db-packaging.php b/glm-member-db-packaging.php index 4f83c29..fae3080 100644 --- a/glm-member-db-packaging.php +++ b/glm-member-db-packaging.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Packaging Add-on * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 0.0.0 + * Version: 0.0.1 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -33,7 +33,7 @@ * 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.0'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '0.0.1'); // 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.43');