Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions constant-contact-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constant-contact-forms",
"version": "2.21.0",
"version": "2.22.0",
"description": "",
"main": "build/index.js",
"engines": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down