Skip to content

Commit

Permalink
Merge pull request #570 from WebDevStudios/chore/prep-release-1.12.0
Browse files Browse the repository at this point in the history
Chore/prep release 1.12.0
  • Loading branch information
richaber authored Sep 22, 2021
2 parents 8d0a1ce + d6f41fd commit 7a853fa
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 78 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
= 1.11.0 =
* Updated: New admin styling to update the overall look and feel of the plugin in the WordPress admin.
* Updated: Amend honeypot field input for accessibility purposes.
* Added: Plugin setting to disable the loading on Constant Contact plugin CSS on the frontend.
* Added: Native browser validation for phone number (tel) field input type.
* Fixed: Amended admin notification for Bad Request results.

= 1.10.1 =
* Fixed: Removed accidental extra parentheses on a function call.

= 1.10.0 =
* Added: Toggle to our Forms Block to display Form title or not.
* Added: Support for displaying a form in Beaver Builder.
* Added: Support for displaying a form in Elementor.
* Fixed: PHP Notices about usage of deprecated functions.
* Updated: Touched up styles for the Constant Contact Forms Block.

= 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.
* Fixed: Unintended markup in email notification text.
* Fixed: Inappropriate or unneeded markup around hidden fields.
* Updated: Max length values for first/last name fields.
* Updated: Deprecated some functions in order to get consistent naming across all our code.

= 1.8.8 =
* Updated: Added extra security output escaping of custom input values

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.11.0
* Version: 1.12.0
* 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.11.0';
const VERSION = '1.12.0';

/**
* URL of plugin directory.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-builder-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ public function render_reset_css_button( $field ) {
* Returns available lists that are available locally.
*
* @author Scott Anderson <scott.anderson@webdevstudios.com>
* @since NEXT
* @since 1.12.0
*
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ private function get_default_spam_error() {
* Returns formated list of available lists during opt-in.
*
* @author Scott Anderson <scott.anderson@webdevstudios.com>
* @since NEXT
* @since 1.12.0
*
* @return array
*/
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.11.0",
"version": "1.12.0",
"description": "",
"main": "gulpfile.js",
"engines": {
Expand Down
87 changes: 14 additions & 73 deletions 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.7.0
Stable tag: 1.11.0
Stable tag: 1.12.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 5.6
Expand Down Expand Up @@ -43,78 +43,19 @@ https://www.youtube.com/watch?v=Qqb0_zcRKnM

== Changelog ==

= 1.11.0 =
- Updated: New admin styling to update the overall look and feel of the plugin in the WordPress admin.
- Updated: Amend honeypot field input for accessibility purposes.
- Added: Plugin setting to disable the loading on Constant Contact plugin CSS on the frontend.
- Added: Native browser validation for phone number (tel) field input type.
- Fixed: Amended admin notification for Bad Request results.

= 1.10.1 =
* Fixed: Removed accidental extra parentheses on a function call.

= 1.10.0 =
* Added: Toggle to our Forms Block to display Form title or not.
* Added: Support for displaying a form in Beaver Builder.
* Added: Support for displaying a form in Elementor.
* Fixed: PHP Notices about usage of deprecated functions.
* Updated: Touched up styles for the Constant Contact Forms Block.

= 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.
* Fixed: Unintended markup in email notification text.
* Fixed: Inappropriate or unneeded markup around hidden fields.
* Updated: Max length values for first/last name fields.
* Updated: Deprecated some functions in order to get consistent naming across all our code.

= 1.8.8 =
* Updated: Added extra security output escaping of custom input values

= 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.

= 1.8.5 =
* Added: Forced email notifications to admin when Constant Contact API request fails on attempted form submission.
* Fixed: Addressed issues with plugin error logging and addressed false-positive error messaging.
* Fixed: Cleaned up style minification task to allow for unminified version of stylesheet.
* Updated: Updated support error messaging in admin to reference tab structure of plugin settings.

= 1.8.4 =
* Fixed: Compatibility issue with PHP 5.6.

= 1.8.3 =
* Fixed: Potential compatibility issues around Gutenberg block.
* Fixed: Conflicts with multiple reCAPTCHAs on different Constant Contact Forms from the same page.
* Fixed: Conflicts with multiple reCAPTCHAs on the same Constant Contact Form on the page multiple times.
* Fixed: Removed incorrect usage of WordPress nonces on user submissions to forms.
* Fixed: Address missed logging enabling for cases that potentially lead to missing debugging information.

= 1.8.2 =
* Updated: Amended logging location for more hopefully more consistent write-ability and smoother support requests.

= 1.8.1 =
* Fixed: Google reCAPTCHA issues with jQuery dependencies.
* Fixed: Google reCAPTCHA undefined class errors when `allow_url_fopen` is disabled.
* Fixed: Array to string errors when API errors occurred.

= 1.8.0 =
* Added: Form and field IDs parameters to the `constant_contact_input_classes` filters.
* Added: Site owners will be notified if they have stray shortcodes or widgets using a newly deleted form.
* Added: Separated the settings page into tabs for better purpose organization.
* Updated: Reduced frequency of admin notifications for potentially momentary issues.
* Updated: Clarified details regarding "Redirect URL" setting.
= 1.12.0 =
* Added: “Limit 500 Characters” description below textarea fields
* Added: CSS class selector to the div wrapping the list checkboxes
* Added: Force email notifications if no list is selected for a form
* Added: Multi-select list options to "advanced optin" settings
* Added: New setting to override default opt-in text
* Added: Two new filters to override state and zipcode labels
* Changed: Change <small> to <sub> for form disclaimer
* Fixed: Email field browser validation when form submits via AJAX
* Fixed: Erroneous placeholder attribute on submit button
* Fixed: Incomplete "ctct-label-" CSS class on submit button
* Updated: Addressed limits and issues regarding list management
* Updated: Better ensured security

== Frequently Asked Questions ==

Expand Down

0 comments on commit 7a853fa

Please sign in to comment.