Removed errant Z in front of PHP tag hotfix/1.0.20
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 21 Jan 2016 15:38:10 +0000 (10:38 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 21 Jan 2016 15:38:10 +0000 (10:38 -0500)
glm-member-db-packaging.php

index 24c11bd..3ad02c1 100644 (file)
@@ -1,9 +1,9 @@
-z<?php
+<?php
 /**
  * Plugin Name: GLM Members Database Packaging
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.0.19
+ * Version: 1.0.20
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -33,7 +33,7 @@ z<?php
  *  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', '1.0.19');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.20');
 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.
@@ -193,4 +193,4 @@ add_filter('glm-member-db-register-addon','glmMembersRegisterPackaging', 10, 1);
 require_once(GLM_MEMBERS_PACKAGING_PLUGIN_SETUP_PATH.'/permissions.php');
 
 
-?>
\ No newline at end of file
+?>