Skip to content

Commit 0f5359a

Browse files
committed
same changes as in release213 but for 2.2.0 since I want to skip 2.1.3 now
1 parent a4a648e commit 0f5359a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.txt

Lines changed: 1 addition & 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.2.2
6-
Stable tag: 2.1.2
6+
Stable tag: 2.2.0
77
Requires PHP: 7.2
88
License: GPLv3
99

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)