From b1531109559f609ac157dabcacf6e54b2f26983f Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Fri, 6 Sep 2024 10:00:43 -0300 Subject: [PATCH 1/6] Start working on readme/changelog for v6.13.1 --- changelog.txt | 10 ++++++++++ readme.txt | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ec2f367565..68e5b6af43 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,14 @@ == Changelog == += 6.13.1 = +* New: The code for moving fields in the builder has been optimized for large forms. +* New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. +* Fix: Forms would not duplicate as expected when one of the fields had "description" as a field key value. +* Fix: A fatal error would occur when failing to search for plugins due to internet connection problems. +* Fix: A JavaScript error would occur when trying to validate a read only time field. +* Fix: A Trying to access array offset on value of type bool PHP Warning that could happen in rare edge cases when working in th Gutenberg editor has been fixed. +* Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. +* Fix: Turnstile elements are now only rendered when the field is visible. + = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. * Fix: A Call to undefined method FrmProAppHelper::use_chosen_js fatal error would happen when using versions of Formidable Pro older than version 6.8. diff --git a/readme.txt b/readme.txt index 2569dab990..4ba65122a2 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: forms, form builder, survey, free, custom form, contact form, form maker, Requires at least: 5.2 Tested up to: 6.6.1 Requires PHP: 7.0 -Stable tag: 6.13 +Stable tag: 6.13.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.13.1 = +* New: The code for moving fields in the builder has been optimized for large forms. +* New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. +* Fix: Forms would not duplicate as expected when one of the fields had "description" as a field key value. +* Fix: A fatal error would occur when failing to search for plugins due to internet connection problems. +* Fix: A JavaScript error would occur when trying to validate a read only time field. +* Fix: A Trying to access array offset on value of type bool PHP Warning that could happen in rare edge cases when working in th Gutenberg editor has been fixed. +* Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. +* Fix: Turnstile elements are now only rendered when the field is visible. + = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. * Fix: A Call to undefined method FrmProAppHelper::use_chosen_js fatal error would happen when using versions of Formidable Pro older than version 6.8. From 332e97d0b92494bbd8bcc2446d3cec1cee176d0f Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Fri, 6 Sep 2024 10:18:08 -0300 Subject: [PATCH 2/6] Add another changelog entry --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 68e5b6af43..62fcd1c6e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,7 @@ * Fix: A Trying to access array offset on value of type bool PHP Warning that could happen in rare edge cases when working in th Gutenberg editor has been fixed. * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. +* Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. diff --git a/readme.txt b/readme.txt index 4ba65122a2..6e21e87c8e 100644 --- a/readme.txt +++ b/readme.txt @@ -380,6 +380,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: A Trying to access array offset on value of type bool PHP Warning that could happen in rare edge cases when working in th Gutenberg editor has been fixed. * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. +* Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. From e90277574294d22b886626aaf937cc8208034ce3 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Fri, 6 Sep 2024 10:59:47 -0300 Subject: [PATCH 3/6] Include Akismet update in change log --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 62fcd1c6e1..f820dbaf32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ = 6.13.1 = * New: The code for moving fields in the builder has been optimized for large forms. * New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. +* Fix: In some cases it was possible for non-customizable fields such as radio buttons and dropdowns to be used for Akismet guest info. * Fix: Forms would not duplicate as expected when one of the fields had "description" as a field key value. * Fix: A fatal error would occur when failing to search for plugins due to internet connection problems. * Fix: A JavaScript error would occur when trying to validate a read only time field. diff --git a/readme.txt b/readme.txt index 6e21e87c8e..1c44522a75 100644 --- a/readme.txt +++ b/readme.txt @@ -374,6 +374,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte = 6.13.1 = * New: The code for moving fields in the builder has been optimized for large forms. * New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. +* Fix: In some cases it was possible for non-customizable fields such as radio buttons and dropdowns to be used for Akismet guest info. * Fix: Forms would not duplicate as expected when one of the fields had "description" as a field key value. * Fix: A fatal error would occur when failing to search for plugins due to internet connection problems. * Fix: A JavaScript error would occur when trying to validate a read only time field. From 2ac238c43cc269cff6dbf0ac12ee1d0fbf161bee Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 9 Sep 2024 13:14:55 -0300 Subject: [PATCH 4/6] Add additional fix to changelog --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index f820dbaf32..7c7612ad67 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,6 +10,7 @@ * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. * Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. +* Fix: JavaScript validation would get skipped for forms using invisible or v3 reCaptcha fields. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. diff --git a/readme.txt b/readme.txt index 1c44522a75..eab49b3d91 100644 --- a/readme.txt +++ b/readme.txt @@ -382,6 +382,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. * Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. +* Fix: JavaScript validation would get skipped for forms using invisible or v3 reCaptcha fields. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. From ec50f03d951199c47a4472999b5f17113a9935a6 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 9 Sep 2024 13:22:26 -0300 Subject: [PATCH 5/6] Remove changelog item --- changelog.txt | 1 - readme.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7c7612ad67..f820dbaf32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,7 +10,6 @@ * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. * Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. -* Fix: JavaScript validation would get skipped for forms using invisible or v3 reCaptcha fields. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. diff --git a/readme.txt b/readme.txt index eab49b3d91..1c44522a75 100644 --- a/readme.txt +++ b/readme.txt @@ -382,7 +382,6 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: A layering issue would show section fields on top of the pop up for merging fields into groups. * Fix: Turnstile elements are now only rendered when the field is visible. * Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues. -* Fix: JavaScript validation would get skipped for forms using invisible or v3 reCaptcha fields. = 6.13 = * Fix: A JavaScript error triggered after detecting an error with a form field before processing the payment would cause the form to stop responding. From 66ebda99949d71ed42e502fd2037ba109dd9ac4a Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 9 Sep 2024 16:23:40 -0300 Subject: [PATCH 6/6] Use 6.14 --- changelog.txt | 3 ++- readme.txt | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index f820dbaf32..6fcdbc48db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ == Changelog == -= 6.13.1 = += 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. * New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. * Fix: In some cases it was possible for non-customizable fields such as radio buttons and dropdowns to be used for Akismet guest info. diff --git a/readme.txt b/readme.txt index 1c44522a75..f6d907bfa4 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: forms, form builder, survey, free, custom form, contact form, form maker, Requires at least: 5.2 Tested up to: 6.6.1 Requires PHP: 7.0 -Stable tag: 6.13.1 +Stable tag: 6.14 The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more. @@ -371,7 +371,8 @@ 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.13.1 = += 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. * New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly. * Fix: In some cases it was possible for non-customizable fields such as radio buttons and dropdowns to be used for Akismet guest info.