Skip to content

Commit 5e39d6b

Browse files
authored
Merge pull request #108 from WebDevStudios/chore/prep-release-1.3.2
Chore/prep release 1.3.2
2 parents 582a78d + d697085 commit 5e39d6b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r
33
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
44
Requires at least: 5.2.2
55
Tested up to: 5.4.0
6-
Stable tag: 1.3.1
6+
Stable tag: 1.3.2
77
Requires PHP: 7.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -64,6 +64,12 @@ Customers
6464

6565
== Changelog ==
6666

67+
= 1.3.2 =
68+
69+
* Updated - Add links to documentation in README Frequently Asked Questions.
70+
* Updated - Use WooCommerce's WC_Validation::is_phone() for Phone Number setting validation.
71+
* Updated - Use WooCommerce's wc_sanitize_phone_number() for Phone Number setting sanitization.
72+
6773
= 1.3.1 =
6874

6975
* 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constant-contact-woocommerce",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "",
55
"main": "index.js",
66
"dependencies": {

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Constant Contact + WooCommerce
1111
* Description: Add products to your emails and sync your contacts.
1212
* Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce
13-
* Version: 1.3.1
13+
* Version: 1.3.2
1414
* Author: Constant Contact
1515
* Author URI: https://www.constantcontact.com/
1616
* Text Domain: cc-woo

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar {
4646
* @since 1.0.0
4747
* @var string
4848
*/
49-
const PLUGIN_VERSION = '1.3.1';
49+
const PLUGIN_VERSION = '1.3.2';
5050

5151
/**
5252
* Whether the plugin is currently active.

0 commit comments

Comments
 (0)