Changeset 3258486
- Timestamp:
- 03/19/2025 12:15:57 PM (13 months ago)
- Location:
- es-woocommerce-activecampaign/trunk
- Files:
-
- 3 edited
-
class-es-wc-integration-activecampaign.php (modified) (4 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
r3256791 r3258486 11 11 * @class ES_WC_Integration_ActiveCampaign 12 12 * @extends WC_Integration 13 * @version 2.1. 913 * @version 2.1.10 14 14 * @package WooCommerce ActiveCampaign 15 15 * @author EqualServing … … 186 186 set_transient("es_wc_activecampaign_errors", $error_msg, 45); 187 187 188 wp_mail( get_option('admin_email'), __( 'ActiveCampaign credentials check failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg );188 //wp_mail( get_option('admin_email'), __( 'ActiveCampaign credentials check failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg ); 189 189 } 190 190 } … … 647 647 set_transient("es_wc_activecampaign_errors", $error_msg, 45); 648 648 649 wp_mail( get_option('admin_email'), __( 'Retrieve lists failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg );649 //wp_mail( get_option('admin_email'), __( 'Retrieve lists failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg ); 650 650 if ($this->logdata == 'yes' && isset($retval)) { 651 651 $total = count((array)$retval); … … 736 736 set_transient("es_wc_activecampaign_errors", $error_msg, 45); 737 737 738 wp_mail( get_option('admin_email'), __( 'Retrieve tags list failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg );738 //wp_mail( get_option('admin_email'), __( 'Retrieve tags list failed (ActiveCampaign)', 'es_wc_activecampaign' ), ' ' . $error_msg ); 739 739 if ($this->logdata == 'yes') { 740 740 $total = count((array)$retval); -
es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php
r3256791 r3258486 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. 96 Version: 2.1.10 7 7 Author: EqualServing.com 8 8 Author URI: http://www.equalserving.com/ -
es-woocommerce-activecampaign/trunk/readme.txt
r3256791 r3258486 8 8 Requires PHP: 5.3 9 9 Tested up to: 6.7.2 10 Stable tag: 2.1. 910 Stable tag: 2.1.10 11 11 WC requires at least: 3.6 12 12 WC tested up to: 9.7.1 … … 70 70 71 71 == Changelog == 72 73 = 2.1.10 = 74 75 Release Date: Mar 19, 2025 76 77 * Remove email notification on configuration errors. 72 78 73 79 = 2.1.9 =
Note: See TracChangeset
for help on using the changeset viewer.