Skip to content

Commit ee4578e

Browse files
authored
Merge pull request #187 from WebDevStudios/release222
Release222
2 parents 02acce7 + 6644da7 commit ee4578e

File tree

7 files changed

+1836
-5684
lines changed

7 files changed

+1836
-5684
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.4.2
6-
Stable tag: 2.2.1
5+
Tested up to: 6.5.0
6+
Stable tag: 2.2.2
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.2 =
75+
* Updated: Confirmed compatibility with 6.5.0
76+
7477
= 2.2.1 =
7578
* Added - confirmation of compatibility with WooCommerce HPOS functionality.
7679

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,9 @@
2727
"WebDevStudios\\CCForWoo\\Tests\\": "tests/"
2828
}
2929
},
30-
"require-dev": {
31-
"phpunit/phpunit": "^7",
32-
"10up/wp_mock": "dev-master",
33-
"wp-coding-standards/wpcs": "2.1.0",
34-
"squizlabs/php_codesniffer": "3.3.1",
35-
"webdevstudios/php-coding-standards": "1.0.0",
36-
"dealerdirect/phpcodesniffer-composer-installer": "0.5.0"
37-
},
3830
"require": {
39-
"webdevstudios/oops-wp": "^0.1",
40-
"composer/installers": "^1.6"
31+
"webdevstudios/oops-wp": "^1.0",
32+
"composer/installers": "^2.2"
4133
},
4234
"archive": {
4335
"exclude": [
@@ -52,6 +44,13 @@
5244
"tags"
5345
]
5446
},
47+
"require-dev": {
48+
"phpunit/phpunit": "^10.5",
49+
"10up/wp_mock": "^0.4.2",
50+
"wp-coding-standards/wpcs": "^3.0",
51+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
52+
"squizlabs/php_codesniffer": "^3.8"
53+
},
5554
"config": {
5655
"allow-plugins": {
5756
"composer/installers": true,

0 commit comments

Comments
 (0)