From 09087182f532cc4bea701387e0b7ef63c8efd0e8 Mon Sep 17 00:00:00 2001 From: Richard Aber Date: Tue, 9 Jun 2020 19:59:04 -0500 Subject: [PATCH 1/5] Update PLUGIN_VERSION constant to 1.3.2 --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index e8663bff..b0614e8d 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar { * @since 1.0.0 * @var string */ - const PLUGIN_VERSION = '1.3.1'; + const PLUGIN_VERSION = '1.3.2'; /** * Whether the plugin is currently active. From a97bcf0b55c1fd35f67c193afa6041aea2f8c650 Mon Sep 17 00:00:00 2001 From: Richard Aber Date: Tue, 9 Jun 2020 19:59:46 -0500 Subject: [PATCH 2/5] Update Version header field to 1.3.2 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 2eff21d6..4221a043 100644 --- a/plugin.php +++ b/plugin.php @@ -10,7 +10,7 @@ * Plugin Name: Constant Contact + WooCommerce * Description: Add products to your emails and sync your contacts. * Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce - * Version: 1.3.1 + * Version: 1.3.2 * Author: Constant Contact * Author URI: https://www.constantcontact.com/ * Text Domain: cc-woo From eae3b88c7214dd9f8489c1e3d707c9c3df0fee5a Mon Sep 17 00:00:00 2001 From: Richard Aber Date: Tue, 9 Jun 2020 20:00:11 -0500 Subject: [PATCH 3/5] Update package.json version number to 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01c3e4ae..4ff064e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "constant-contact-woocommerce", - "version": "1.3.1", + "version": "1.3.2", "description": "", "main": "index.js", "dependencies": { From 6645a0de20e85866acf3f46bf139880520621da6 Mon Sep 17 00:00:00 2001 From: Richard Aber Date: Tue, 9 Jun 2020 20:01:35 -0500 Subject: [PATCH 4/5] Update README.txt Stable tag field to 1.3.2 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3c3a232d..7643ee45 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r Tags: capture, contacts, constant contact, constant contact form, constant contact newsletter, constant contact official, contact forms, email, form, forms, marketing, mobile, newsletter, opt-in, plugin, signup, subscribe, subscription, widget Requires at least: 5.2.2 Tested up to: 5.4.0 -Stable tag: 1.3.1 +Stable tag: 1.3.2 Requires PHP: 7.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html From d697085864533ac1df42e8a27e2efb6c4f2df148 Mon Sep 17 00:00:00 2001 From: Richard Aber Date: Tue, 9 Jun 2020 20:03:30 -0500 Subject: [PATCH 5/5] Add 1.3.2 changes to README.txt Changelog --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 7643ee45..9d386b0f 100644 --- a/README.txt +++ b/README.txt @@ -64,6 +64,12 @@ Customers == Changelog == += 1.3.2 = + +* Updated - Add links to documentation in README Frequently Asked Questions. +* Updated - Use WooCommerce's WC_Validation::is_phone() for Phone Number setting validation. +* Updated - Use WooCommerce's wc_sanitize_phone_number() for Phone Number setting sanitization. + = 1.3.1 = * Tweak - Change `CampaignId::save_user_campaign_id_to_order` and `NewsletterPreferenceCheckbox::save_user_preference_to_order` methods to fire on `woocommerce_checkout_create_order` hook.