From 0be1221f23ee765a56d06f9a3160225438e0a6d0 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Fri, 13 Sep 2024 12:40:42 -0300 Subject: [PATCH 1/6] Start working on readme for 6.14.1 --- changelog.txt | 5 +++++ readme.txt | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6fcdbc48db..8bc774e945 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ == 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 deactiving the Formidable Views add-on. +* Fix: Checkbox styling was not properly getting applied on the edit entry admin page, causing checkboxes to always appear unchecked. + = 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..b420bd9586 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,11 @@ 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 deactiving the Formidable Views add-on. +* Fix: Checkbox styling was not properly getting applied on the edit entry admin page, causing checkboxes to always appear unchecked. + = 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. From 47e4dab7b539d1564a7f29171d7daf226c0a5940 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 16 Sep 2024 13:06:02 -0300 Subject: [PATCH 2/6] Add new changelog item --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8bc774e945..baf7c27e56 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ * 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 deactiving the Formidable Views add-on. * 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. = 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. diff --git a/readme.txt b/readme.txt index b420bd9586..e5d26d89cf 100644 --- a/readme.txt +++ b/readme.txt @@ -375,6 +375,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * 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 deactiving the Formidable Views add-on. * 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. = 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. From 417c1382b47ab2bcacc6ea9f2fd0087a382879ec Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 16 Sep 2024 13:51:51 -0300 Subject: [PATCH 3/6] Add additional change log item --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index baf7c27e56..b33944501a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ * New: Redirects have been added to detect dead URLs resulting in permission errors after activating or deactiving the Formidable Views add-on. * 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. = 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. diff --git a/readme.txt b/readme.txt index e5d26d89cf..805e7735fd 100644 --- a/readme.txt +++ b/readme.txt @@ -376,6 +376,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * New: Redirects have been added to detect dead URLs resulting in permission errors after activating or deactiving the Formidable Views add-on. * 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. = 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. From 841bdd9e25115f4f0cb07e2950b3c13a4123becb Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 16 Sep 2024 14:14:09 -0300 Subject: [PATCH 4/6] Add change log items for styler updates --- changelog.txt | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index b33944501a..7ea8f4396e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,9 +2,13 @@ = 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 deactiving 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 addiitonal 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 occuring too frequently, causing text to become smaller than intended. +* Fix: Errors would not appear as expected when using the Mad Lib style template. +* Fix: Box shadow styling would not reset as expected. = 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. diff --git a/readme.txt b/readme.txt index 805e7735fd..6f21a7393e 100644 --- a/readme.txt +++ b/readme.txt @@ -374,9 +374,13 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte = 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 deactiving 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 addiitonal 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 occuring too frequently, causing text to become smaller than intended. +* Fix: Errors would not appear as expected when using the Mad Lib style template. +* Fix: Box shadow styling would not reset as expected. = 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. From a7e4062c439a65e7264516c770a3317cf2276cd5 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 16 Sep 2024 15:01:37 -0300 Subject: [PATCH 5/6] Drop changelog item --- changelog.txt | 1 - readme.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7ea8f4396e..ad4e648f72 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,6 @@ * 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 occuring too frequently, causing text to become smaller than intended. -* Fix: Errors would not appear as expected when using the Mad Lib style template. * Fix: Box shadow styling would not reset as expected. = 6.14 = diff --git a/readme.txt b/readme.txt index 6f21a7393e..af9051463a 100644 --- a/readme.txt +++ b/readme.txt @@ -379,7 +379,6 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * 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 occuring too frequently, causing text to become smaller than intended. -* Fix: Errors would not appear as expected when using the Mad Lib style template. * Fix: Box shadow styling would not reset as expected. = 6.14 = From 4b0b12c7dbe053853837056b3ebec2a401a499ae Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 16 Sep 2024 15:14:50 -0300 Subject: [PATCH 6/6] Fix typos --- changelog.txt | 8 ++++---- readme.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index ad4e648f72..4264f0f4c9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,13 +1,13 @@ == 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 deactiving 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 addiitonal unit to the value introduces CSS errors. +* 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 occuring too frequently, causing text to become smaller than intended. -* Fix: Box shadow styling would not reset as expected. +* 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. diff --git a/readme.txt b/readme.txt index af9051463a..b8082af15a 100644 --- a/readme.txt +++ b/readme.txt @@ -373,13 +373,13 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte == 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 deactiving 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 addiitonal unit to the value introduces CSS errors. +* 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 occuring too frequently, causing text to become smaller than intended. -* Fix: Box shadow styling would not reset as expected. +* 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.