Plugin Directory

Changeset 3211949


Ignore:
Timestamp:
12/23/2024 01:22:46 AM (15 months ago)
Author:
equalserving
Message:

change timing of list collections

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

Legend:

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

    r3209960 r3211949  
    1111 * @class       ES_WC_Integration_ActiveCampaign
    1212 * @extends     WC_Integration
    13  * @version     2.1.7
     13 * @version     2.1.8
    1414 * @package     WooCommerce ActiveCampaign
    1515 * @author      EqualServing
     
    7474
    7575        // Load the settings
    76         // 2024-12-18 Change timing
    77         //$this->init_form_fields();
     76        $this->init_form_fields();
    7877        $this->init_settings();
    7978
     
    973972
    974973    function admin_options() {
    975         // Load the settings
    976         // 2024-12-18 Change timing
    977         $this->init_form_fields();
    978974        echo '<table><tboby><tr><td>';
    979975        echo '<div class="column-2">';
  • es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php

    r3209960 r3211949  
    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.7
     6Version: 2.1.8
    77Author: EqualServing.com
    88Author URI: http://www.equalserving.com/
  • es-woocommerce-activecampaign/trunk/readme.txt

    r3209960 r3211949  
    88Requires PHP: 5.3
    99Tested up to: 6.7.1
    10 Stable tag: 2.1.7
     10Stable tag: 2.1.8
    1111WC requires at least: 3.6
    1212WC tested up to: 9.5.1
     
    7070
    7171== Changelog ==
     72
     73= 2.1.8 =
     74
     75Release Date: Dec 22, 2024
     76
     77* Change timing of list collection.
    7278
    7379= 2.1.7 =
Note: See TracChangeset for help on using the changeset viewer.