Skip to content

Commit

Permalink
Merge pull request #525 from WebDevStudios/chore/prep-release-1.9.1
Browse files Browse the repository at this point in the history
Prep release of 1.9.1
  • Loading branch information
dcooney authored Nov 19, 2020
2 parents 519b14e + 113b51f commit 5d33a72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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.9.0
* Version: 1.9.1
* 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.9.0';
const VERSION = '1.9.1';

/**
* 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.8",
"version": "1.9.1",
"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.5.1
Stable tag: 1.9.0
Stable tag: 1.9.1
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.9.1 =
* Fixed: Removing duplicate IDs on form submit button.
* Fixed: Preventing `Bad Request` request errors from rendering an admin notice.
* Fixed: Various other admin and front-end fixes.

= 1.9.0 =
* Added: Ability for site owners to multiple lists for users to choose which to sign up for.
* Fixed: Issues around enabling list signup on user registration.
Expand Down

0 comments on commit 5d33a72

Please sign in to comment.