Releases: Strategy11/formidable-forms
Releases · Strategy11/formidable-forms
2.0.11b2
- Add frm_email_message filter
- Don't trigger form actions while importing
- Fixes for javascript errors while form building in IE8
- Only load font.css for the admin bar when user can edit forms
- Add frm_include_form_tag filter for using div instead of form tag
- Add frm_show_submit_button filter for hiding and showing the submit button
- Fix date calculations using date formats that begin with the year
- Allow classes to be included on a hidden input
- Process the entry a little sooner (wp_loaded instead of wp)
- Add frm_capitalize layout class
- Make frm_customize class work for more field types
v2.0.11b
- Fix issue with clearing array keys when sanitizing an array when displaying entry values
- When the email "reply to" value uses the "from" setting, only use the email address without the name
- Switch the form action events to dropdown instead of checkboxes
- Shrink the reCaptcha on small screens
v2.0.10
- Add frm_action_triggers hook for adding custom triggers into the actions
- Add frm_{action name here}_action_options hook so any action can be altered
- Prevent extra form actions when a form is duplicated
- Load correct version of formidable.js based on wp-config debugging constant (Thanks @naomicbush for the contributions!)
- Revert get_sortable_columns changes for < WP 4.0 support
v2.0.09
- Add frm_time_to_check duplicate entries filter
- Allow custom JavaScript validation
- Add frm_do_html_shortcodes fiter
- Fix the duplicate entry check
- Include get_columns function in list tables for 4.3
- Use relative URLs in the stylesheet
- Make frm_fifth classes responsive
- Allow 0 to be saved in a checkbox field
- Fix saving forms as drafts
2.0.09b3
2.0.09b2
v2.0.09b
- Add frm_do_html_shortcodes fiter
- Fix the duplicate entry check
- Include get_columns function in list tables for 4.3
- Use relative URLs in the stylesheet
- Allow 0 to be saved in a checkbox field
- Fix saving forms as drafts
v2.0.08
- Fix security vulnerability allowing shortcodes to be excuted inside a form
https://research.g0blin.co.uk/?p=618&d=i4ziyggqao0oz0L0vpUTd8KZwrO2P9Mw - Added frm_filter_final_form hook. This will need to be used to cover shortcodes that span multiple blocks of field HTML since we can't do a general shortcode replacement on the rendered form
- Revert change that prevented scripts from firing in the form success message
- Fix timestamp timezone on view/edit entry page
- Added frm_entries_{$col_name}_column hook to allow custom columns on the entries listing page
v2.0.07
- Don't escape urls in ajax
- Correctly save all the options on the form settings page
v2.0.06
- Fix an XSS vulnerability in the lite version. When the pro version is active, the vulnerability was resolved.
- Increased security
- Fix the shortcode display on form listing page
- Add frm_helper_shortcode filter
- Prevent javascript error on form settings page when WooThemes Helper plugin is active
- Prevent conflict from unknown plugin/theme that was modifying the post excerpt in form actions, which prevented them from showing
- Only scroll to the errored field and success message if they are not already in view
- Make sure admins always have permission to view menus