From: Steve Sutton Date: Thu, 26 Jul 2018 18:13:40 +0000 (-0400) Subject: Remove from data class X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=04d5d6e1972269830ac1f65b9f7c3789043d6e08;p=WP-Plugins%2Fglm-member-db-billing.git Remove from data class These are updated manually and not by using the data abstract. --- diff --git a/classes/data/dataAccounts.php b/classes/data/dataAccounts.php index 5a4ac4d..ad82ebb 100644 --- a/classes/data/dataAccounts.php +++ b/classes/data/dataAccounts.php @@ -254,23 +254,23 @@ class GlmDataAccounts extends GlmDataAbstract ), // Customer Profile Id - 'customer_profile_id' => array( - 'field' => 'customer_profile_id', - 'type' => 'text', - 'use' => 'a', - ), + // 'customer_profile_id' => array( + // 'field' => 'customer_profile_id', + // 'type' => 'text', + // 'use' => 'a', + // ), // Payment Profile Id - 'payment_profile_id' => array( - 'field' => 'payment_profile_id', - 'type' => 'text', - 'use' => 'a', - ), + // 'payment_profile_id' => array( + // 'field' => 'payment_profile_id', + // 'type' => 'text', + // 'use' => 'a', + // ), // Payment Profile Card - 'payment_profile_card' => array( - 'field' => 'payment_profile_card', - 'type' => 'text', - 'use' => 'a', - ), + // 'payment_profile_card' => array( + // 'field' => 'payment_profile_card', + // 'type' => 'text', + // 'use' => 'a', + // ), ); diff --git a/index.php b/index.php index 8a135bf..b924cff 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_BILLING_PLUGIN_VERSION', '1.0.8'); +define('GLM_MEMBERS_BILLING_PLUGIN_VERSION', '1.0.9'); define('GLM_MEMBERS_BILLING_PLUGIN_DB_VERSION', '0.0.25'); // This is the minimum version of the GLM Members DB plugin require for this plugin.