Skip to content

Commit 5d33a72

Browse files
authored
Merge pull request #525 from WebDevStudios/chore/prep-release-1.9.1
Prep release of 1.9.1
2 parents 519b14e + 113b51f commit 5d33a72

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.9.0
15+
* Version: 1.9.1
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.9.0';
75+
const VERSION = '1.9.1';
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.8",
3+
"version": "1.9.1",
44
"description": "",
55
"main": "gulpfile.js",
66
"dependencies": {},

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, tw2113, znowebdev, ggwicz, ra
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
55
Tested up to: 5.5.1
6-
Stable tag: 1.9.0
6+
Stable tag: 1.9.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99
Requires PHP: 5.6
@@ -35,6 +35,11 @@ BONUS: If you have a Constant Contact account, all new email addresses that you
3535

3636
== Changelog ==
3737

38+
= 1.9.1 =
39+
* Fixed: Removing duplicate IDs on form submit button.
40+
* Fixed: Preventing `Bad Request` request errors from rendering an admin notice.
41+
* Fixed: Various other admin and front-end fixes.
42+
3843
= 1.9.0 =
3944
* Added: Ability for site owners to multiple lists for users to choose which to sign up for.
4045
* Fixed: Issues around enabling list signup on user registration.

0 commit comments

Comments
 (0)