Fixed name of plugin
authorChuck Scott <cscott@gaslightmedia.com>
Sun, 29 Nov 2015 22:42:11 +0000 (17:42 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Sun, 29 Nov 2015 22:42:11 +0000 (17:42 -0500)
glm-member-db-packaging.php

index fae3080..15d695a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /**
- * Plugin Name: GLM Members Database Packaging Add-on
+ * Plugin Name: GLM Members Database Packaging
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 0.0.1
+ * Version: 0.0.2
  * 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.1');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_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.43');