Skip to content

Commit c145342

Browse files
authored
Merge pull request #511 from WebDevStudios/chore/prep-release-1.8.8
Update version numbers to 1.8.8
2 parents a64888e + 0cf09fc commit c145342

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
= 1.8.8 =
2+
* Updated: Added extra security output escaping of custom input values
3+
14
= 1.8.7 =
25
* Improved: Implemented recommendations for improved accessibility.
36
* Improved: Avoid duplicate ID attributes when more than one form is present on a page.

constant-contact-forms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: Constant Contact Forms for WordPress
1313
* Plugin URI: https://www.constantcontact.com
1414
* Description: Be a better marketer. All it takes is Constant Contact email marketing.
15-
* Version: 1.8.7
15+
* Version: 1.8.8
1616
* Author: Constant Contact
1717
* Author URI: https://www.constantcontact.com/index?pn=miwordpress
1818
* License: GPLv3
@@ -72,7 +72,7 @@ class Constant_Contact {
7272
* @since 1.0.0
7373
* @var string
7474
*/
75-
const VERSION = '1.8.7';
75+
const VERSION = '1.8.8';
7676

7777
/**
7878
* URL of plugin directory.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constant-contact-forms",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"description": "",
55
"main": "gulpfile.js",
66
"dependencies": {},

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: constantcontact, webdevstudios, tw2113, znowebdev, ggwicz, ravedev
33
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
44
Requires at least: 5.2.0
5-
Tested up to: 5.4.1
6-
Stable tag: 1.8.7
5+
Tested up to: 5.5
6+
Stable tag: 1.8.8
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99
Requires PHP: 5.6
@@ -35,6 +35,9 @@ BONUS: If you have a Constant Contact account, all new email addresses that you
3535

3636
== Changelog ==
3737

38+
= 1.8.8 =
39+
* Updated: Added extra security output escaping of custom input values
40+
3841
= 1.8.7 =
3942
* Improved: Implemented recommendations for improved accessibility.
4043
* Improved: Avoid duplicate ID attributes when more than one form is present on a page.

0 commit comments

Comments
 (0)