Changeset 3003486
- Timestamp:
- 11/29/2023 11:23:16 PM (2 years 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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
es-woocommerce-activecampaign/trunk/class-es-wc-integration-activecampaign.php
r2999258 r3003486 11 11 * @class ES_WC_Integration_ActiveCampaign 12 12 * @extends WC_Integration 13 * @version 2.1. 213 * @version 2.1.3 14 14 * @package WooCommerce ActiveCampaign 15 15 * @author EqualServing … … 752 752 $data = array( 753 753 'email' => $email, 754 'first_name' => urlencode($first_name),755 'last_name' => urlencode($last_name),756 'phone' => urlencode($phone)754 'first_name' => $first_name, 755 'last_name' => $last_name, 756 'phone' => $phone 757 757 ); 758 758 -
es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php
r2999258 r3003486 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. 26 Version: 2.1.3 7 7 Author: EqualServing.com 8 8 Author URI: http://www.equalserving.com/ -
es-woocommerce-activecampaign/trunk/readme.txt
r2999258 r3003486 8 8 Requires PHP: 5.3 9 9 Tested up to: 6.4.1 10 Stable tag: 2.1. 210 Stable tag: 2.1.3 11 11 WC requires at least: 3.6 12 12 WC tested up to: 8.3 … … 70 70 71 71 == Changelog == 72 73 = 2.1.3 = 74 75 Release Date: Nov 29, 2023 76 77 * Remove encoding of name and email address. 72 78 73 79 = 2.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.