Changeset 3359481
- Timestamp:
- 09/10/2025 10:31:41 PM (7 months ago)
- Location:
- es-woocommerce-activecampaign/trunk
- Files:
-
- 3 edited
-
class-es-wc-integration-activecampaign.php (modified) (2 diffs)
-
es-woocommerce-activecampaign.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
es-woocommerce-activecampaign/trunk/class-es-wc-integration-activecampaign.php
r3258486 r3359481 51 51 52 52 $this->id = 'activecampaign'; 53 $this->method_title = __( 'ActiveCampaign ', 'es_wc_activecampaign' );53 $this->method_title = __( 'ActiveCampaign Connection by EqualServing', 'es_wc_activecampaign' ); 54 54 $this->method_description = __( 'ActiveCampaign is a marketing automation service.', 'es_wc_activecampaign' ); 55 55 $this->error_msg = ''; … … 980 980 echo '<div class="column-2">'; 981 981 echo '<h3>'; 982 _e( ' ActiveCampaign', 'es_wc_activecampaign' );982 _e( 'Connect WooCommerce to ActiveCampaign by EqualServing', 'es_wc_activecampaign' ); 983 983 echo '</h3>'; 984 984 $this->checks(); -
es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php
r3258486 r3359481 1 1 <?php 2 2 /* 3 Plugin Name: ES Woocommerce ActiveCampaign3 Plugin Name: Connect WooCommerce to ActiveCampaign by EqualServing 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.1 06 Version: 2.1.11 7 7 Author: EqualServing.com 8 8 Author URI: http://www.equalserving.com/ 9 Tested up to: 6. 7.29 Tested up to: 6.8.2 10 10 WC requires at least: 3.6 11 WC tested up to: 9.7.111 WC tested up to: 10.1.2 12 12 */ 13 13 -
es-woocommerce-activecampaign/trunk/readme.txt
r3258486 r3359481 1 === WooCommerce - ActiveCampaign===1 === Connect WooCommerce to ActiveCampaign by EqualServing === 2 2 Contributors: equalserving 3 3 Donate link: https://equalserving.com/donate … … 7 7 Requires at least: 4.4 8 8 Requires PHP: 5.3 9 Tested up to: 6. 7.210 Stable tag: 2.1.1 09 Tested up to: 6.8.2 10 Stable tag: 2.1.11 11 11 WC requires at least: 3.6 12 WC tested up to: 9.7.112 WC tested up to: 10.1.2 13 13 14 14 Easily add ActiveCampaign integration to WooCommerce. … … 70 70 71 71 == Changelog == 72 73 = 2.1.11 = 74 75 Release Date: Sep 10, 2025 76 77 * Rename plugin. 72 78 73 79 = 2.1.10 =
Note: See TracChangeset
for help on using the changeset viewer.