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": { 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.