Skip to content

Commit 4c6beb4

Browse files
committed
Updated :: Readme and versions for release.
1 parent a4664fa commit 4c6beb4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r
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
55
Tested up to: 6.0.2
6-
Stable tag: 2.0.2
6+
Stable tag: 2.0.3
77
Requires PHP: 7.2
88
License: GPLv3
99

@@ -80,6 +80,10 @@ You've connected your WooCommerce store to Constant Contact, promoted your WooCo
8080
[Learn more with our step-by-step revenue reporting guide.](https://knowledgebase.constantcontact.com/articles/KnowledgeBase/36892-View-Recovered-Revenue-from-the-WooCommerce-Abandoned-Cart-Reminder-Email?q=woocommerce*&lang=en_US)
8181

8282
== Changelog ==
83+
= 2.0.3 =
84+
85+
* Fix - Minor design fixes, bug fixes and stability improvements.
86+
8387
= 2.0.2 =
8488

8589
* Fix - Minor bug fixes and stability improvements.

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

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: 2.0.2
13+
* Version: 2.0.3
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
@@ -47,7 +47,7 @@ final class Plugin extends ServiceRegistrar {
4747
* @since 1.0.0
4848
* @var string
4949
*/
50-
const PLUGIN_VERSION = '2.0.2';
50+
const PLUGIN_VERSION = '2.0.3';
5151

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

0 commit comments

Comments
 (0)