Plugin Directory

Changeset 3003486


Ignore:
Timestamp:
11/29/2023 11:23:16 PM (2 years ago)
Author:
equalserving
Message:

Remove encoding of name and email

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

Legend:

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

    r2999258 r3003486  
    1111 * @class       ES_WC_Integration_ActiveCampaign
    1212 * @extends     WC_Integration
    13  * @version     2.1.2
     13 * @version     2.1.3
    1414 * @package     WooCommerce ActiveCampaign
    1515 * @author      EqualServing
     
    752752            $data = array(
    753753                '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
    757757            );
    758758
  • es-woocommerce-activecampaign/trunk/es-woocommerce-activecampaign.php

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

    r2999258 r3003486  
    88Requires PHP: 5.3
    99Tested up to: 6.4.1
    10 Stable tag: 2.1.2
     10Stable tag: 2.1.3
    1111WC requires at least: 3.6
    1212WC tested up to: 8.3
     
    7070
    7171== Changelog ==
     72
     73= 2.1.3 =
     74
     75Release Date: Nov 29, 2023
     76
     77* Remove encoding of name and email address.
    7278
    7379= 2.1.2 =
Note: See TracChangeset for help on using the changeset viewer.