Fixed issues with database updates
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Jan 2016 19:50:56 +0000 (14:50 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Jan 2016 19:50:56 +0000 (14:50 -0500)
activate.php
deactivate.php
defines.php
glm-member-db-packaging.php
setup/databaseScripts/update_database_V1.1.0.php
uninstall.php

index ccc381b..8d3aeca 100644 (file)
@@ -151,5 +151,3 @@ class glmMembersPackagingPluginActivate
 
 
 }
-
-?>
index ad35600..89fdcb9 100644 (file)
@@ -59,5 +59,3 @@ class glmMembersPackagingPluginDeactivate
     }
 
 }
-
-?>
\ No newline at end of file
index 07ad47a..7ed4a52 100644 (file)
@@ -55,4 +55,3 @@ $pluginsPath = str_replace(GLM_MEMBERS_PACKAGING_PLUGIN_SLUG, '', GLM_MEMBERS_PA
 define('GLM_MEMBERS_PACKAGING_MAIN_PLUGIN_PATH', $pluginsPath.'/glm-member-db');
 define('GLM_MEMBERS_PACKAGING_PLUGIN_LIB_PATH', GLM_MEMBERS_PACKAGING_MAIN_PLUGIN_PATH.'/lib');
 
-?>
index 24c11bd..2407f6d 100644 (file)
@@ -1,4 +1,4 @@
-z<?php
+<?php
 /**
  * Plugin Name: GLM Members Database Packaging
  * Plugin URI: http://www.gaslightmedia.com/
@@ -34,7 +34,7 @@ z<?php
  *  version nunmber of that release for the DB version.
  */
 define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.19');
-define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '0.0.2');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.0');
 
 // 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.57');
@@ -192,5 +192,3 @@ 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
index 56df66f..ed8fb90 100644 (file)
@@ -34,5 +34,3 @@ if ($packageRecords && count($packageRecords) > 0) {
     }
 
 }
-
-?>
\ No newline at end of file
index b6f8124..fe48ebb 100644 (file)
@@ -23,6 +23,3 @@ if (!defined('ABSPATH')) {
 if (!defined('WP_UNINSTALL_PLUGIN')) {
     die("Sorry, uninstall must be called by WordPress!");
 }
-
-
-?>