Changeset 3180701
- Timestamp:
- 11/03/2024 02:07:28 PM (17 months ago)
- Location:
- es-woocommerce-activecampaign/trunk
- Files:
-
- 3 edited
-
class-es-wc-integration-activecampaign.php (modified) (3 diffs)
-
es-woocommerce-activecampaign.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
es-woocommerce-activecampaign/trunk/class-es-wc-integration-activecampaign.php
r3158939 r3180701 11 11 * @class ES_WC_Integration_ActiveCampaign 12 12 * @extends WC_Integration 13 * @version 2.1. 513 * @version 2.1.6 14 14 * @package WooCommerce ActiveCampaign 15 15 * @author EqualServing … … 315 315 } 316 316 if ($this->logdata == 'yes') { 317 $this->log_this("debug", "order_status_changed isset(opt_in): ". isset($_POST['es_wc_activecampaign_opt_in'])." es_wc_activecampaign_opt_in: ".wc_print_r($order_opt_in )." order_opt_in: ".$order_opt_in." _POST: ".wc_print_r($_POST, true)." items: ".wc_print_r($item_details, TRUE));317 $this->log_this("debug", "order_status_changed isset(opt_in): ". isset($_POST['es_wc_activecampaign_opt_in'])." es_wc_activecampaign_opt_in: ".wc_print_r($order_opt_in, TRUE)." order_opt_in: ".$order_opt_in." _POST: ".wc_print_r($_POST, TRUE)." items: ".wc_print_r($item_details, TRUE)); 318 318 } 319 319 … … 323 323 324 324 if ($this->logdata == 'yes') { 325 $this->log_this("debug", "order_status_changed isset(opt_in): ". isset($_POST['es_wc_activecampaign_opt_in'])." es_wc_activecampaign_opt_in: ".wc_print_r($order_opt_in ). " display_opt_in: ".$this->display_opt_in );325 $this->log_this("debug", "order_status_changed isset(opt_in): ". isset($_POST['es_wc_activecampaign_opt_in'])." es_wc_activecampaign_opt_in: ".wc_print_r($order_opt_in, TRUE). " display_opt_in: ".$this->display_opt_in ); 326 326 } 327 327 -
es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php
r3158939 r3180701 4 4 Plugin URI: https://www.equalserving.com/wordpress-plugins-equalserving/woocommerce-with-activecampaign/ 5 5 Description: Integrates Woocommerce with ActiveCampaign by adding customers to ActiveCampaign at time of purchase. 6 Version: 2.1. 56 Version: 2.1.6 7 7 Author: EqualServing.com 8 8 Author URI: http://www.equalserving.com/ -
es-woocommerce-activecampaign/trunk/readme.txt
r3158939 r3180701 8 8 Requires PHP: 5.3 9 9 Tested up to: 6.6.2 10 Stable tag: 2.1. 510 Stable tag: 2.1.6 11 11 WC requires at least: 3.6 12 12 WC tested up to: 9.3.3 … … 70 70 71 71 == Changelog == 72 73 = 2.1.6 = 74 75 Release Date: Nov 3, 2024 76 77 * Correct wc_print_r() error. 72 78 73 79 = 2.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.