Skip to content

Commit

Permalink
Merge pull request #108 from WebDevStudios/chore/prep-release-1.3.2
Browse files Browse the repository at this point in the history
Chore/prep release 1.3.2
  • Loading branch information
richaber authored Jun 10, 2020
2 parents 582a78d + d697085 commit 5e39d6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constant-contact-woocommerce",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e39d6b

Please sign in to comment.