@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, tw2113, znowebdev, ggwicz, ra
3
3
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
4
4
Requires at least: 5.2.0
5
5
Tested up to: 5.7.0
6
- Stable tag: 1.11 .0
6
+ Stable tag: 1.12 .0
7
7
License: GPLv3
8
8
License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
9
Requires PHP: 5.6
@@ -43,78 +43,19 @@ https://www.youtube.com/watch?v=Qqb0_zcRKnM
43
43
44
44
== Changelog ==
45
45
46
- = 1.11.0 =
47
- - Updated: New admin styling to update the overall look and feel of the plugin in the WordPress admin.
48
- - Updated: Amend honeypot field input for accessibility purposes.
49
- - Added: Plugin setting to disable the loading on Constant Contact plugin CSS on the frontend.
50
- - Added: Native browser validation for phone number (tel) field input type.
51
- - Fixed: Amended admin notification for Bad Request results.
52
-
53
- = 1.10.1 =
54
- * Fixed: Removed accidental extra parentheses on a function call.
55
-
56
- = 1.10.0 =
57
- * Added: Toggle to our Forms Block to display Form title or not.
58
- * Added: Support for displaying a form in Beaver Builder.
59
- * Added: Support for displaying a form in Elementor.
60
- * Fixed: PHP Notices about usage of deprecated functions.
61
- * Updated: Touched up styles for the Constant Contact Forms Block.
62
-
63
- = 1.9.1 =
64
- * Fixed: Removing duplicate IDs on form submit button.
65
- * Fixed: Preventing `Bad Request` request errors from rendering an admin notice.
66
- * Fixed: Various other admin and front-end fixes.
67
-
68
- = 1.9.0 =
69
- * Added: Ability for site owners to multiple lists for users to choose which to sign up for.
70
- * Fixed: Issues around enabling list signup on user registration.
71
- * Fixed: Unintended markup in email notification text.
72
- * Fixed: Inappropriate or unneeded markup around hidden fields.
73
- * Updated: Max length values for first/last name fields.
74
- * Updated: Deprecated some functions in order to get consistent naming across all our code.
75
-
76
- = 1.8.8 =
77
- * Updated: Added extra security output escaping of custom input values
78
-
79
- = 1.8.7 =
80
- * Improved: Implemented recommendations for improved accessibility.
81
- * Improved: Avoid duplicate ID attributes when more than one form is present on a page.
82
- * Fixed: Submit button targeting for recaptcha v2.
83
-
84
- = 1.8.6 =
85
- * Fixed: Removed invalid property being sent to the API, causing rejected requests.
86
- * Fixed: Failure to log API errors for support purposes.
87
-
88
- = 1.8.5 =
89
- * Added: Forced email notifications to admin when Constant Contact API request fails on attempted form submission.
90
- * Fixed: Addressed issues with plugin error logging and addressed false-positive error messaging.
91
- * Fixed: Cleaned up style minification task to allow for unminified version of stylesheet.
92
- * Updated: Updated support error messaging in admin to reference tab structure of plugin settings.
93
-
94
- = 1.8.4 =
95
- * Fixed: Compatibility issue with PHP 5.6.
96
-
97
- = 1.8.3 =
98
- * Fixed: Potential compatibility issues around Gutenberg block.
99
- * Fixed: Conflicts with multiple reCAPTCHAs on different Constant Contact Forms from the same page.
100
- * Fixed: Conflicts with multiple reCAPTCHAs on the same Constant Contact Form on the page multiple times.
101
- * Fixed: Removed incorrect usage of WordPress nonces on user submissions to forms.
102
- * Fixed: Address missed logging enabling for cases that potentially lead to missing debugging information.
103
-
104
- = 1.8.2 =
105
- * Updated: Amended logging location for more hopefully more consistent write-ability and smoother support requests.
106
-
107
- = 1.8.1 =
108
- * Fixed: Google reCAPTCHA issues with jQuery dependencies.
109
- * Fixed: Google reCAPTCHA undefined class errors when `allow_url_fopen` is disabled.
110
- * Fixed: Array to string errors when API errors occurred.
111
-
112
- = 1.8.0 =
113
- * Added: Form and field IDs parameters to the `constant_contact_input_classes` filters.
114
- * Added: Site owners will be notified if they have stray shortcodes or widgets using a newly deleted form.
115
- * Added: Separated the settings page into tabs for better purpose organization.
116
- * Updated: Reduced frequency of admin notifications for potentially momentary issues.
117
- * Updated: Clarified details regarding "Redirect URL" setting.
46
+ = 1.12.0 =
47
+ * Added: “Limit 500 Characters” description below textarea fields
48
+ * Added: CSS class selector to the div wrapping the list checkboxes
49
+ * Added: Force email notifications if no list is selected for a form
50
+ * Added: Multi-select list options to "advanced optin" settings
51
+ * Added: New setting to override default opt-in text
52
+ * Added: Two new filters to override state and zipcode labels
53
+ * Changed: Change <small> to <sub> for form disclaimer
54
+ * Fixed: Email field browser validation when form submits via AJAX
55
+ * Fixed: Erroneous placeholder attribute on submit button
56
+ * Fixed: Incomplete "ctct-label-" CSS class on submit button
57
+ * Updated: Addressed limits and issues regarding list management
58
+ * Updated: Better ensured security
118
59
119
60
== Frequently Asked Questions ==
120
61
0 commit comments