From 5fe1b90bb8e24f58e694178cbf27bf98bd167ea8 Mon Sep 17 00:00:00 2001 From: Michael Beckwith Date: Mon, 13 Jul 2026 13:13:53 -0500 Subject: [PATCH 1/2] version bumps --- constant-contact-forms.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/constant-contact-forms.php b/constant-contact-forms.php index ad5a7e0d..cdad82b4 100644 --- a/constant-contact-forms.php +++ b/constant-contact-forms.php @@ -12,7 +12,7 @@ * Plugin Name: Constant Contact Forms for WordPress * Plugin URI: https://www.constantcontact.com * Description: Be a better marketer. All it takes is Constant Contact email marketing. - * Version: 2.21.0 + * Version: 2.22.0 * Author: Constant Contact * Author URI: https://www.constantcontact.com/index?pn=miwordpress * Requires PHP: 8.1 @@ -77,7 +77,7 @@ class Constant_Contact { * @since 1.0.0 * @var string */ - const VERSION = '2.21.0'; + const VERSION = '2.22.0'; /** * URL of plugin directory. diff --git a/package-lock.json b/package-lock.json index 31b249bf..0e3cee8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "constant-contact-forms", - "version": "2.21.0", + "version": "2.22.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index a39e69a3..96d95519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "constant-contact-forms", - "version": "2.21.0", + "version": "2.22.0", "description": "", "main": "build/index.js", "engines": { From 37ee5479864713b8db76d657be275931c71bc9b6 Mon Sep 17 00:00:00 2001 From: Michael Beckwith Date: Mon, 13 Jul 2026 13:14:09 -0500 Subject: [PATCH 2/2] version bump and changelog section --- readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index def056f1..3be517b9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, tw2113, znowebdev, ggwicz, ra Tags: constant contact, constant contact official, marketing, newsletter, contacts Requires at least: 6.4.0 Tested up to: 7.0 -Stable tag: 2.21.0 +Stable tag: 2.22.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Requires PHP: 8.1 @@ -47,6 +47,9 @@ Development of Constant Contact Forms plugin occurs on [GitHub](https://github.c == Changelog == += 2.22.0 = +* TBD + = 2.21.0 = * Updated: Temporarily removing the forced disconnection and API key removal, when domain differences are suspected. Added logging indicating we got to that point. * Updated: Force logging before various logging lines to help ensure we're going to log troubleshooting data.