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
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
== Changelog ==
= 6.19 =
* New: A new Enable GDPR related features and enhancements setting has been added to Global Settings. When enabled, a new GDPR field is available in the form builder. The GDPR field is a special required checkbox field that must be checked in order for the form to be submitted.
* New: Sorting preferences are now remembered on the Forms and Entries list admin pages. Forms are now also automatically sorted with the newest forms at the top.
* New: A quick link to the views tab for is now available on the form list admin page.
* New: A new setting to disable cookies has been added to Global Settings in the GDPR section.
* New: The enter key will now quickly jump between inputs when setting options for Radio Button, Checkbox, and Dropdown fields.
* Fix: The accordions on the visual styler page looked incorrect when using WordPress v6.7.2.
* Fix: After updating an entry, empty user ID values would convert to 0, causing issues when trying to filter a view with an empty user ID.
* Fix: Turnstile captcha fields would not properly reset on an error when submitting with AJAX.
* Fix: A Javascript error would occur when triggering a change event on a hidden field with custom code.

= 6.18 =
* New: Invalid checkbox fields will now properly show a red outline to improve user experience.
* Fix: Additional CSS classes defined in Formidable block settings were not being applied to the Forms containers.
Expand Down
27 changes: 13 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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.7.1
Tested up to: 6.7.2
Requires PHP: 7.0
Stable tag: 6.18
Stable tag: 6.19

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 @@ -371,6 +371,17 @@ 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.19 =
* New: A new Enable GDPR related features and enhancements setting has been added to Global Settings. When enabled, a new GDPR field is available in the form builder. The GDPR field is a special required checkbox field that must be checked in order for the form to be submitted.
* New: Sorting preferences are now remembered on the Forms and Entries list admin pages. Forms are now also automatically sorted with the newest forms at the top.
* New: A quick link to the views tab for is now available on the form list admin page.
* New: A new setting to disable cookies has been added to Global Settings in the GDPR section.
* New: The enter key will now quickly jump between inputs when setting options for Radio Button, Checkbox, and Dropdown fields.
* Fix: The accordions on the visual styler page looked incorrect when using WordPress v6.7.2.
* Fix: After updating an entry, empty user ID values would convert to 0, causing issues when trying to filter a view with an empty user ID.
* Fix: Turnstile captcha fields would not properly reset on an error when submitting with AJAX.
* Fix: A Javascript error would occur when triggering a change event on a hidden field with custom code.

= 6.18 =
* New: Invalid checkbox fields will now properly show a red outline to improve user experience.
* Fix: Additional CSS classes defined in Formidable block settings were not being applied to the Forms containers.
Expand All @@ -384,18 +395,6 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte
= 6.17.1 =
* Fix: The payments table admin page would appear empty when there were unread inbox notices.

= 6.17 =
* New: New redirect delay duration and delay message settings have been added to confirmation actions.
* New: A new UTF-8 with BOM format option has been added when exporting entries as CSV.
* New: A new database index has been added to the fields table to significantly improve the performance of some field queries. In addition, some database queries have been optimized to improve performance.
* New: A database query has been optimized when exporting entries as CSV when Pro is not active.
* New: A new frm_csv_export_batch_size filter has been added to fine tune the performance of CSV exporting.
* New: Additional validation has been added for email fields to prevent email addresses that use periods incorrectly.
* Fix: The check for name values sent to Akismet has been updated to help reduce the possibility of false positive name values.
* Fix: Additional checks have been added to allow some HTML tags that would normally get stripped from form data input when the submitted value matches a valid option value exactly.
* Fix: In some cases, the bottom margin value for centered submit buttons would output an incorrect value.
* The global JS function frmFrontForm.escapeHtml has been deprecated.

[See changelog for all versions](https://raw.githubusercontent.com/Strategy11/formidable-forms/master/changelog.txt)

== Upgrade Notice ==
Expand Down