Plugin: Formidable Forms
- Increased minimum required WordPress version to 3.8
- Added frm_skip_form_action hook. This hook can be used to change whether the action is skipped or not
- Added border radius settings to success and error messages
- Fixed issue allowing a trashed form shortcode to still show the form
- Fixed issue causing & to show instead of & when editing paragraph fields
- Removes French and Swedish translations since they are complete online
- Update for better cache deletion in WP 4.0+
- Allow a specific field type to change the value for emails and entry array
- Prevent errors with Redis cache plugin
- Improve styling for submit buttons on mobile devices
- Don't let imported style override default
- Add frm_clean_[field-type-here]_field_options_before_update hook
- Fix &, >, and other character comparison issues
- Added frm_combo_dropdown_label filter. This hook can be used to add a label to the blank option in combo field dropdowns (state, and country, Credit card month, year)
- Added frm_use_embedded_form_actions hook. If this hook is used to return the value "true", form actions for embedded forms will be fired
- Make sure the view page number is not 0
- When getting the entry array, address fields will no longer be sent as an array
- Don't load more than 500 options in a lookup field on the form builder page
- Fixed rich text fields with in place edit
- Fixed javascript error when submitting an entry from the back-end
- Use the correct calendar locale when editing an entry from the back-end
- Fixed issue with the unique message being replaced if it was the same as the global unique message
- Fixed issue with dependent dynamic field change events not getting triggered
- Exclude password and credit card fields from the default email message
- Add views parameter to frm-search shortcode
- Fix error that appeared when using a date field in a calculation in multi-page form
- Fix issue with switching from a dropdown to a Lookup field
- Fix issue with loading icon replacing Lookup field options
- Set confirmation field description correctly
- Allow post fields in form action conditional logic
- Set default value correctly when address field is shown
- Don't let spaces break conditional logic
- Fix JS error after in-place edit
- Fix PHP warning message for Lookup fields
- Fix ambiguous form ID SQL error
- Don't require credit card fields when editing
- Make sure ampersand doesn't break Lookup fields
- Add autopopulate option to Image URL, time, and hidden fields
- Add hook to allow LIKE comparison with Lookup fields