Skip to content

Commit

Permalink
Merge pull request #501 from WebDevStudios/chore/prep-release-1.8.7
Browse files Browse the repository at this point in the history
Chore/prep release 1.8.7
  • Loading branch information
richaber authored Jul 29, 2020
2 parents 8ce9898 + 60bd3f8 commit 573ab62
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 1.8.7 =
* Improved: Implemented recommendations for improved accessibility.
* Improved: Avoid duplicate ID attributes when more than one form is present on a page.
* Fixed: Submit button targeting for recaptcha v2.

= 1.8.6 =
* Fixed: Removed invalid property being sent to the API, causing rejected requests.
* Fixed: Failure to log API errors for support purposes.
Expand Down
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: 1.8.6
* Version: 1.8.7
* Author: Constant Contact
* Author URI: https://www.constantcontact.com/index?pn=miwordpress
* License: GPLv3
Expand Down Expand Up @@ -72,7 +72,7 @@ class Constant_Contact {
* @since 1.0.0
* @var string
*/
const VERSION = '1.8.6';
const VERSION = '1.8.7';

/**
* URL of plugin directory.
Expand Down
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": "1.8.5",
"version": "1.8.7",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
Expand Down
7 changes: 6 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: capture, contacts, constant contact, constant contact form, constant contact newsletter, constant contact official, contact forms, email, form, forms, marketing, mobile, newsletter, opt-in, plugin, signup, subscribe, subscription, widget
Requires at least: 5.2.0
Tested up to: 5.4.1
Stable tag: 1.8.6
Stable tag: 1.8.7
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 5.6
Expand Down Expand Up @@ -35,6 +35,11 @@ BONUS: If you have a Constant Contact account, all new email addresses that you

== Changelog ==

= 1.8.7 =
* Improved: Implemented recommendations for improved accessibility.
* Improved: Avoid duplicate ID attributes when more than one form is present on a page.
* Fixed: Submit button targeting for recaptcha v2.

= 1.8.6 =
* Fixed: Removed invalid property being sent to the API, causing rejected requests.
* Fixed: Failure to log API errors for support purposes.
Expand Down

0 comments on commit 573ab62

Please sign in to comment.