From c4114c01a9729a5a24432520deaf08a448bf8f3e Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Thu, 4 Dec 2025 13:55:13 -0400 Subject: [PATCH 1/4] Update readme for v6.26 --- readme.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 506d8c6b68..fc00d09648 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Plugin Name: Formidable Forms - Contact Form, Survey & Quiz Form Builder for WordPress Contributors: formidableforms, sswells, srwells Tags: forms, form builder, survey, payment form, custom form, contact form, form maker, form creator, paypal, stripe, stripe form, quote form, contact button, form manager, free, survey form, email subscription, donation form, user registration form, wordpress registration, feedback form, contact form plugin, wordpress form plugin, lead form, registration form, contact form builder -Requires at least: 5.2 -Tested up to: 6.8 +Requires at least: 6.3 +Tested up to: 6.9 Requires PHP: 7.0 -Stable tag: 6.25.1 +Stable tag: 6.26 The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more. @@ -372,6 +372,10 @@ 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.26 = +* New: Gutenberg blocks now use API version 3. As of WordPress 6.9, a deprecated message would appear for older block API versions. +* The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. + = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. * New: Entries list sort preferences are now saved individually for every form, preventing issues with sort preferences overwriting existing sort preferences in another form. From b1f40f7e34ef7b32c6b505165c68242b19720ab7 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 8 Dec 2025 13:15:03 -0400 Subject: [PATCH 2/4] Add remaining change log items --- changelog.txt | 13 +++++++++++++ readme.txt | 22 +++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0353d3be32..eef4262a6f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,17 @@ == Changelog == += 6.26 = +* New: Gutenberg blocks now use API version 3. As of WordPress 6.9, a deprecated message would appear for older block API versions. +* New: Styles now include a Custom CSS setting in Quick Settings that can be exported and imported to other sites. The custom CSS is automatically prefixed with the style's class name to prevent conflicts. +* New: Admin pages now use Bootstrap 5 and Popper 2, updated from Bootstrap 4 and Popper 1. +* New: 12 Fields can now be added to a row in the form builder, up from the previous limit of 6. +* New: An htaccess file is now included that prevents access to text files included in this plugin on Apache servers. +* New: The first name field in a form will now automatically include the given-name and family-name autocomplete attributes to improve accessibility and user experience. +* Fix: Field errors were using the input text error color setting incorrectly. This has been reverted to use the error border color setting like it did in older versions. +* Fix: Square would throw a styling error when using a style with comma separated font family options. To prevent this error, the first font is used only. +* Fix: The mobile responsiveness of email styles has been improved. +* The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. +* The deprecated FrmEDD_SL_Plugin_Updater class has been removed. + = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. * New: Entries list sort preferences are now saved individually for every form, preventing issues with sort preferences overwriting existing sort preferences in another form. diff --git a/readme.txt b/readme.txt index fc00d09648..22539aa2fc 100644 --- a/readme.txt +++ b/readme.txt @@ -374,7 +374,16 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte == Changelog == = 6.26 = * New: Gutenberg blocks now use API version 3. As of WordPress 6.9, a deprecated message would appear for older block API versions. +* New: Styles now include a Custom CSS setting in Quick Settings that can be exported and imported to other sites. The custom CSS is automatically prefixed with the style's class name to prevent conflicts. +* New: Admin pages now use Bootstrap 5 and Popper 2, updated from Bootstrap 4 and Popper 1. +* New: 12 Fields can now be added to a row in the form builder, up from the previous limit of 6. +* New: An htaccess file is now included that prevents access to text files included in this plugin on Apache servers. +* New: The first name field in a form will now automatically include the given-name and family-name autocomplete attributes to improve accessibility and user experience. +* Fix: Field errors were using the input text error color setting incorrectly. This has been reverted to use the error border color setting like it did in older versions. +* Fix: Square would throw a styling error when using a style with comma separated font family options. To prevent this error, the first font is used only. +* Fix: The mobile responsiveness of email styles has been improved. * The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. +* The deprecated FrmEDD_SL_Plugin_Updater class has been removed. = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. @@ -404,19 +413,6 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: A Cannot access offset of type string on string fatal error that occurs when field options data is in an unexpected format has been fixed. * Fix: Font sizes would not scale as expected after changing the base font size style setting for a second time. -= 6.24.1 = -* Fix: Importing entries with a CSV file stopped working with v6.24. - -= 6.24 = -* New: Field settings have been redesigned. -* Fix: A section ID would not properly get set when dragging a field into a field group within a section or repeater. This could cause issues with fields unexpectedly appearing outside of a repeater. -* Fix: Conditional logic field IDs would not properly update after importing an XML. -* Fix: Line breaks used in Quiz Outcome actions would not properly import. -* Fix: In some cases, a field group would not be draggable after a field was added beside another field. -* Fix: In some cases, field shape settings would not work if another setting was blank or matched the default. -* Fix: JS errors would occur in some cases after deleting a field group or section. -* Fix: The line height style setting is no longer applied to the label in the visual styler preview. - [See changelog for all versions](https://raw.githubusercontent.com/Strategy11/formidable-forms/master/changelog.txt) == Upgrade Notice == From ed72d3cd758245f314a182508fffb261431f9a6a Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 8 Dec 2025 14:03:38 -0400 Subject: [PATCH 3/4] Mention the removed global JS functions --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index eef4262a6f..b12ad51822 100644 --- a/changelog.txt +++ b/changelog.txt @@ -11,6 +11,7 @@ * Fix: The mobile responsiveness of email styles has been improved. * The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. * The deprecated FrmEDD_SL_Plugin_Updater class has been removed. +* The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. diff --git a/readme.txt b/readme.txt index 22539aa2fc..5aeeb096e6 100644 --- a/readme.txt +++ b/readme.txt @@ -384,6 +384,7 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: The mobile responsiveness of email styles has been improved. * The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. * The deprecated FrmEDD_SL_Plugin_Updater class has been removed. +* The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. From 317f237ae2771ec07d44ce5a2ffa4a1fa81ca646 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 8 Dec 2025 16:51:32 -0400 Subject: [PATCH 4/4] Flag the breaking changes --- changelog.txt | 6 +++--- readme.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index b12ad51822..727da71dd0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,9 +9,9 @@ * Fix: Field errors were using the input text error color setting incorrectly. This has been reverted to use the error border color setting like it did in older versions. * Fix: Square would throw a styling error when using a style with comma separated font family options. To prevent this error, the first font is used only. * Fix: The mobile responsiveness of email styles has been improved. -* The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. -* The deprecated FrmEDD_SL_Plugin_Updater class has been removed. -* The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. +* Breaking: The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. +* Breaking: The deprecated FrmEDD_SL_Plugin_Updater class has been removed. +* Breaking: The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data. diff --git a/readme.txt b/readme.txt index 5aeeb096e6..c8a0f03173 100644 --- a/readme.txt +++ b/readme.txt @@ -382,9 +382,9 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * Fix: Field errors were using the input text error color setting incorrectly. This has been reverted to use the error border color setting like it did in older versions. * Fix: Square would throw a styling error when using a style with comma separated font family options. To prevent this error, the first font is used only. * Fix: The mobile responsiveness of email styles has been improved. -* The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. -* The deprecated FrmEDD_SL_Plugin_Updater class has been removed. -* The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. +* Breaking: The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3. +* Breaking: The deprecated FrmEDD_SL_Plugin_Updater class has been removed. +* Breaking: The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed. = 6.25.1 = * New: The frm_email_message filter now includes email_key in the passed attribute data.