Skip to content

Commit 89f9ee4

Browse files
authored
Merge pull request #152 from WebDevStudios/chore/prep-release-2.0.0
Chore/prep release 2.0.0
2 parents b4b0efc + 17c41e0 commit 89f9ee4

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

README.txt

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev
33
Tags: Constant Contact, WooCommerce, eCommerce, email marketing, marketing automation, email, form, forms, marketing, mobile, opt-in, plugin, signup, subscribe, subscription, widget
44
Requires at least: 5.2.2
5-
Tested up to: 6.0
6-
Stable tag: 1.4.1
5+
Tested up to: 6.0.2
6+
Stable tag: 2.0.0
77
Requires PHP: 7.2
88
License: GPLv3
99

@@ -81,48 +81,14 @@ You've connected your WooCommerce store to Constant Contact, promoted your WooCo
8181

8282
== Changelog ==
8383

84-
= 1.4.1 =
84+
= 2.0.0 =
8585

86-
* Updated - Constant Contact Dashboard button now opens Dashboard in a new tab.
87-
* Updated - Set default value for importing contacts to 'true'.
88-
* Fix - Fixed broken form field layout on 'Import your contacts' tab.
86+
* Updated - All new ui for the constant contact woocommerce plugin.
87+
* Updated - Store data are now optional. You can connect to constantcontact without store details.
88+
* Updated - Now you can save your settings and connect to constant contact in a single click.
89+
* Updated - Added a disconnect settings to the constant contact woocommerce settings.
90+
* Fix - Minor bug fixes.
8991

90-
= 1.4.0 =
91-
92-
* New - Add Checkbox Filter Location setting
93-
* Tweak - Delete plugin options on de-activation
94-
95-
= 1.3.3 =
96-
97-
* New - Adding minimum required WooCommerce version.
98-
* Updated - Resolving various undefined index notices when WP_DEBUG is enabled.
99-
100-
= 1.3.2 =
101-
102-
* Updated - Add links to documentation in README Frequently Asked Questions.
103-
* Updated - Use WooCommerce's WC_Validation::is_phone() for Phone Number setting validation.
104-
* Updated - Use WooCommerce's wc_sanitize_phone_number() for Phone Number setting sanitization.
105-
106-
= 1.3.1 =
107-
108-
* 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.
109-
* Tweak - Replace `add_post_meta` usage with `$order->update_meta_data` in `CampaignId::save_user_campaign_id_to_order` and `NewsletterPreferenceCheckbox::save_user_preference_to_order` methods.
110-
111-
= 1.3.0 =
112-
113-
* Updated - Revised abandoned cart functionality to instead be abandoned checkouts
114-
* Fix - Fixed callback warning about WooTab and enqueue_scripts
115-
116-
= 1.2.0 =
117-
118-
* New - Introduced the "abandoned carts" feature, where abandoned carts are captured and stored in the database for further action.
119-
* New — Introduced new authenticated REST API endpoints that list abandoned carts.
120-
121-
= 1.1.0 =
122-
123-
* New - Added Campaign ID data inclusion for purchased orders originating from your mailing campaigns.
124-
* Fix - Fixed compatibility issue with phone numbers and PHP 7.3
125-
* Tweak - Updated wording in our WooCommerce tab.
12692

12793
== Installation ==
12894

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Author URI: https://www.constantcontact.com/
1616
* Text Domain: cc-woo
1717
* WC requires at least: 3.6.0
18-
* WC tested up to: 6.1.1
18+
* WC tested up to: 6.8.2
1919
* Requires PHP: 7.2
2020
* License: GPL-3.0+
2121
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

0 commit comments

Comments
 (0)