Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
== 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.
* 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.
* New: Entries list sort preferences are now saved individually for every form, preventing issues with sort preferences overwriting existing sort preferences in another form.
Expand Down
33 changes: 17 additions & 16 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
Crabcyborg marked this conversation as resolved.

The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more.

Expand Down Expand Up @@ -372,6 +372,20 @@ 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.
* 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.
* 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.
* New: Entries list sort preferences are now saved individually for every form, preventing issues with sort preferences overwriting existing sort preferences in another form.
Expand Down Expand Up @@ -400,19 +414,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 ==
Expand Down
Loading