Changeset 3211949
- Timestamp:
- 12/23/2024 01:22:46 AM (15 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
r3209960 r3211949 11 11 * @class ES_WC_Integration_ActiveCampaign 12 12 * @extends WC_Integration 13 * @version 2.1. 713 * @version 2.1.8 14 14 * @package WooCommerce ActiveCampaign 15 15 * @author EqualServing … … 74 74 75 75 // Load the settings 76 // 2024-12-18 Change timing 77 //$this->init_form_fields(); 76 $this->init_form_fields(); 78 77 $this->init_settings(); 79 78 … … 973 972 974 973 function admin_options() { 975 // Load the settings976 // 2024-12-18 Change timing977 $this->init_form_fields();978 974 echo '<table><tboby><tr><td>'; 979 975 echo '<div class="column-2">'; -
es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php
r3209960 r3211949 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. 76 Version: 2.1.8 7 7 Author: EqualServing.com 8 8 Author URI: http://www.equalserving.com/ -
es-woocommerce-activecampaign/trunk/readme.txt
r3209960 r3211949 8 8 Requires PHP: 5.3 9 9 Tested up to: 6.7.1 10 Stable tag: 2.1. 710 Stable tag: 2.1.8 11 11 WC requires at least: 3.6 12 12 WC tested up to: 9.5.1 … … 70 70 71 71 == Changelog == 72 73 = 2.1.8 = 74 75 Release Date: Dec 22, 2024 76 77 * Change timing of list collection. 72 78 73 79 = 2.1.7 =
Note: See TracChangeset
for help on using the changeset viewer.