Plugin: Formidable Forms
- Improved ajax form load speed on form builder page
- Added 4.0 compatibility for deprecated like_escape function
- Removed label html in radio and checkbox fields when label=0 is used on the [input] tag in the customizable HTML
- Fixed Akismet integration for current version of Akismet
- Added Italian translation
- Added a few ajax nonce checks but don't require valid nonce for logged-out users for caching reasons
- Allow data-something="value" inside the [input] short code
- Pro: Allow [default-message] to have short code parameters to set rtl (direction=rtl), font size (font_size="14px"), and styling (text_color="000" border_width="1px" border_color="000" bg_color="fff" alt_bg_color="eee").
- Pro: Added frm_html_scroll_box class for scrolling content in an HTML field
- Pro: Allow recurring entries using values like "Third Wednesday of [frmcal-date]"
- Pro: Allow comma separated view filters for entry key and id
- Pro: Allow drafts=both in view short code, formresults short code, and frm-stats shortcode
- Pro: Allow comma-separated values to populate a checkbox field
- Pro: Make fields and exclude_fields parameter work with multi-page forms (required fields are still a limitation)
- Pro: Allow field keys in frm-stats filtering
- Pro: Added created_at and updated_at support to the frm-stats short code
- Pro: Added column separation option to csv export
- Pro: Added hook: frm_csv_column_sep for changing the , separation between columns in csv
- Pro: Added hook: frm_csv_field_ids to specify fields to export in CSV
- Pro: Added hook: frm_filter_where_val and frm_filter_dfe_where_val for filtering only the value instead of the full WHERE statement
- Pro: Added hook: frm_rte_options for adding options to the TinyMce editor
- Pro: Added hook: frm_show_form_after_edit to show or hide the form differently from create
- Pro: Added hook: frm_scroll_offset to change the point of scroll after submit to allow for static headers
- Pro: Added hook: frm_ajax_load_styles for allowing additional styles on ajax loaded form pages
- Pro: Added hook: frm_create_cookies for preventing cookie creation
- Pro: Added hook: frm_filter_auto_content to prevent filtering on auto-inserted views
- Pro: Import CSV values for a taxonomy field correctly when the term name is in the CSV instead of requiring the ID
- Pro: Import CSV dates correctly in entries if format has been changed to a day-first format
- Pro: Added Post ID into the view filtering options
- Pro: Added support for multiselect drop downs in calculations
- Pro: Updated the way templates are fetched for wpmu copying
- Pro: Show any additional info on the entry view page that is stored in the entry description
- Pro: Update to Chosen 1.1.0
- Miscellaneous bug fixes