Skip to content

Commit dc5cf5c

Browse files
authored
Merge pull request #177 from WebDevStudios/feature/CC-396-readme-updates
Feature/cc 396 readme updates
2 parents a4a648e + ee36a99 commit dc5cf5c

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

README.txt

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Constant Contact + WooCommerce ===
22
Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev, newyorkerlaura
3-
Tags: Constant Contact, WooCommerce, eCommerce, email marketing, marketing automation, email, form, forms, marketing, mobile, opt-in, plugin, signup, subscribe, subscription, widget
3+
Tags: Constant Contact, WooCommerce, ecommerce, email marketing, marketing automation, marketing, opt in, abandoned cart
44
Requires at least: 5.2.2
55
Tested up to: 6.2.2
6-
Stable tag: 2.1.2
6+
Stable tag: 2.2.0
77
Requires PHP: 7.2
88
License: GPLv3
99

@@ -22,28 +22,16 @@ https://www.youtube.com/watch?v=ZH9G4yhAngk
2222
**With Constant Contact you can:**
2323

2424
* Easily connect WooCommerce to your Constant Contact account and sync contacts automatically.
25-
2625
* Drag and drop a product(s) from your WooCommerce catalog and insert them into your email in seconds.
27-
2826
* Target the right customer/prospect with the right message with predefined segments based on your customers’ purchasing behavior:
29-
30-
31-
* All WooCommerce contacts who opt in to receive email e-marketing
32-
33-
* Recent Customers: Purchased within 30 days
34-
35-
* First-time Customers: Purchased once
36-
37-
* Repeat Customers: Made more than one purchase
38-
39-
* Lapsed Customers: Have not made a purchase in more than 120 days
40-
41-
* Prospects: Have not made a purchase yet
42-
27+
* All WooCommerce contacts who opt in to receive email marketing
28+
* Recent Customers: Purchased within 30 days
29+
* First-time Customers: Purchased once
30+
* Repeat Customers: Made more than one purchase
31+
* Lapsed Customers: Have not made a purchase in more than 120 days
32+
* Prospects: Have not made a purchase yet
4333
* Bring customers back to your online store with automated, targeted emails.
44-
4534
* Find new customers with our social marketing and advertising tools to expand your reach.
46-
4735
* Automatically send a customized branded abandoned cart email to customers who left items in their cart and track resulting revenue.
4836

4937
== Screenshots ==

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": "2.1.1",
3+
"version": "2.2.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* Plugin Name: Constant Contact + WooCommerce
99
* Description: Add products to your emails and sync your contacts.
1010
* Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce
11-
* Version: 2.1.2
11+
* Version: 2.2.0
1212
* Author: Constant Contact
1313
* Author URI: https://www.constantcontact.com/
1414
* Text Domain: constant-contact-woocommerce
1515
* WC requires at least: 3.6.0
16-
* WC tested up to: 6.8.2
16+
* WC tested up to: 8.1.1
1717
* Requires PHP: 7.2
1818
* License: GPL-3.0+
1919
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class Plugin extends ServiceRegistrar {
4747
* @since 1.0.0
4848
* @var string
4949
*/
50-
const PLUGIN_VERSION = '2.0.3';
50+
const PLUGIN_VERSION = '2.2.0';
5151

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

0 commit comments

Comments
 (0)