Plugin Directory

Changeset 3258486


Ignore:
Timestamp:
03/19/2025 12:15:57 PM (13 months ago)
Author:
equalserving
Message:

Remove email notifications on configuration errors.

Location:
es-woocommerce-activecampaign/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • es-woocommerce-activecampaign/trunk/class-es-wc-integration-activecampaign.php

    r3256791 r3258486  
    1111 * @class       ES_WC_Integration_ActiveCampaign
    1212 * @extends     WC_Integration
    13  * @version     2.1.9
     13 * @version     2.1.10
    1414 * @package     WooCommerce ActiveCampaign
    1515 * @author      EqualServing
     
    186186                        set_transient("es_wc_activecampaign_errors", $error_msg, 45);
    187187
    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 );
    189189                    }
    190190                }
     
    647647                    set_transient("es_wc_activecampaign_errors", $error_msg, 45);
    648648
    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 );
    650650                    if ($this->logdata == 'yes' && isset($retval)) {
    651651                        $total = count((array)$retval);
     
    736736                    set_transient("es_wc_activecampaign_errors", $error_msg, 45);
    737737
    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 );
    739739                    if ($this->logdata == 'yes') {
    740740                        $total = count((array)$retval);
  • es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php

    r3256791 r3258486  
    44Plugin URI: https://www.equalserving.com/wordpress-plugins-equalserving/woocommerce-with-activecampaign/
    55Description: Integrates Woocommerce with ActiveCampaign by adding customers to ActiveCampaign at time of purchase.
    6 Version: 2.1.9
     6Version: 2.1.10
    77Author: EqualServing.com
    88Author URI: http://www.equalserving.com/
  • es-woocommerce-activecampaign/trunk/readme.txt

    r3256791 r3258486  
    88Requires PHP: 5.3
    99Tested up to: 6.7.2
    10 Stable tag: 2.1.9
     10Stable tag: 2.1.10
    1111WC requires at least: 3.6
    1212WC tested up to: 9.7.1
     
    7070
    7171== Changelog ==
     72
     73= 2.1.10 =
     74
     75Release Date: Mar 19, 2025
     76
     77* Remove email notification on configuration errors.
    7278
    7379= 2.1.9 =
Note: See TracChangeset for help on using the changeset viewer.