diff --git a/changelog.txt b/changelog.txt index 6fcdbc48db..4264f0f4c9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,14 @@ == Changelog == += 6.14.1 = +* New: When a Name field is mapped to a Stripe action included in this plugin, the (First) and (Last) descriptions are now included in the dropdown option label to make it more clear how the values are mapped. +* New: Redirects have been added to detect dead URLs resulting in permission errors after activating or deactivating the Formidable Views add-on. +* New: Visual styler unit dropdowns now include a blank option. This helps improve support for using CSS variables as input values like var(--font-size-base), where appending additional unit to the value introduces CSS errors. +* Fix: Checkbox styling was not properly getting applied on the edit entry admin page, causing checkboxes to always appear unchecked. +* Fix: A check for invisible fields before rendering CAPTCHA elements added in last update introduced issues in conversational forms. This check has been updated now to check for hidden forms instead of hidden fields to improve compatibility with conversational forms. +* Fix: A flex styling rule would cause HTML code used in checkbox options to appear in a way that doesn't look good. +* Fix: Base font size calculations were occurring too frequently, causing text to become smaller than intended. +* Fix: The box shadow styling value would flip to the opposite of the intended setting on load. + = 6.14 = * New: The visual styler has gotten a major update. Many components have been redesigned, and a new quick settings page has been added. * New: The code for moving fields in the builder has been optimized for large forms. diff --git a/readme.txt b/readme.txt index f6d907bfa4..b8082af15a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Plugin Name: Formidable Forms - Contact Form, Survey & Quiz Form Builder for Wor Contributors: formidableforms, sswells, srwells Tags: forms, form builder, survey, free, custom form, contact form, form maker, form creator, paypal, stripe, stripe form, quote form, contact button, form manager, payment form, survey form, email subscription, donation form, user registration form, wordpress registration, feedback form Requires at least: 5.2 -Tested up to: 6.6.1 +Tested up to: 6.6.2 Requires PHP: 7.0 -Stable tag: 6.14 +Stable tag: 6.14.1 The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more. @@ -371,6 +371,16 @@ Using our Zapier integration, you can easily connect your website with over 5,00 See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/integrations). == Changelog == += 6.14.1 = +* New: When a Name field is mapped to a Stripe action included in this plugin, the (First) and (Last) descriptions are now included in the dropdown option label to make it more clear how the values are mapped. +* New: Redirects have been added to detect dead URLs resulting in permission errors after activating or deactivating the Formidable Views add-on. +* New: Visual styler unit dropdowns now include a blank option. This helps improve support for using CSS variables as input values like var(--font-size-base), where appending additional unit to the value introduces CSS errors. +* Fix: Checkbox styling was not properly getting applied on the edit entry admin page, causing checkboxes to always appear unchecked. +* Fix: A check for invisible fields before rendering CAPTCHA elements added in last update introduced issues in conversational forms. This check has been updated now to check for hidden forms instead of hidden fields to improve compatibility with conversational forms. +* Fix: A flex styling rule would cause HTML code used in checkbox options to appear in a way that doesn't look good. +* Fix: Base font size calculations were occurring too frequently, causing text to become smaller than intended. +* Fix: The box shadow styling value would flip to the opposite of the intended setting on load. + = 6.14 = * New: The visual styler has gotten a major update. Many components have been redesigned, and a new quick settings page has been added. * New: The code for moving fields in the builder has been optimized for large forms.