Skip to content

Commit f451441

Browse files
committed
changelog and versions
1 parent 9a184df commit f451441

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev, newyorkerlaura
33
Tags: Constant Contact, WooCommerce, ecommerce, email marketing, marketing automation, marketing, opt in, abandoned cart
44
Requires at least: 5.2.2
5-
Tested up to: 6.3.2
6-
Stable tag: 2.2.0
5+
Tested up to: 6.4.2
6+
Stable tag: 2.2.1
77
Requires PHP: 7.2
88
License: GPLv3
99

@@ -71,6 +71,9 @@ You've connected your WooCommerce store to Constant Contact, promoted your WooCo
7171

7272
== Changelog ==
7373

74+
= 2.2.1 =
75+
* Added - confirmation of compatibility with WooCommerce HPOS functionality.
76+
7477
= 2.2.0 =
7578
* Added - Initial support for integration with WordPress Site Health Panel, including connection status, key status, and abandoned cart status.
7679

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

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.2.0
11+
* Version: 2.2.1
1212
* Author: Constant Contact
1313
* Author URI: https://www.constantcontact.com/
1414
* Text Domain: constant-contact-woocommerce

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ final class Plugin extends ServiceRegistrar {
4848
* @since 1.0.0
4949
* @var string
5050
*/
51-
const PLUGIN_VERSION = '2.2.0';
51+
const PLUGIN_VERSION = '2.2.1';
5252

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

0 commit comments

Comments
 (0)