Plugin: Formidable Forms
- New: Added frm_create_default_email_action hook to prevent default email action creation.
- New: Added frm_inline_submit CSS Layout Class.
- New: Add time_ago=2 and time_ago=3 to created_at shortcode options. The number used here will determine how many time levels are shown, e.g. time_ago=1 will show “2 years”, time_ago=2 will show “2 years 3 months”, time_ago=3 will show "2 years 3 months 15 days”.
- New: Allow time comparisons with NOW, e.g. [if x less_than="NOW"]Show this content[/if x]
- New: Added author_link parameter to userID shortcode options. [25 show=author_link] will include a link to the WordPress author page.
- New: Added frm_allow_date_mismatch hook to improve validation for certain date formats.
- New: Added greater than or equal to and less than or equal to filter to stats and graphs.
- Improved: Include IP for checking comment blacklist.
- Improved: Load minified themepicker js and placeholder js when possible.
- Improved: Better spam checking with Akismet.
- Improved: Update placeholder JS for old browsers to v2.3.1.
- Improved: Added comma between values in text calculation when multiple values come from the same field.
- Improved: Do not filter shortcodes submitted in entry when editing the entry. Process external shortcodes before replacing [input].
- Improved: RTL indented sub-category styling for checkboxes and radio buttons.
- Improved: Include the hidden Dropzone field inside the form instead of in the footer.
- Improved: Remove entry div from the page after fadeout when deleting an entry.
- Improved: Order post type dropdown in Create Post action by post key.
- Improved: Allow repeating fields to be selected in a field's Lookup population options.
- Improved: Repeating entry keys are now randomly generated.
- Improved: Allow dynamic default value shortcodes in calculation box.
- Fixed: Don’t force fields created by a add-on to a text field when Pro is not installed.
- Fixed: Style success message text color now applies to nested paragraph tags.
- Fixed: Prevent PHP warning messages some sites are seeing during cache key retrieval.
- Fixed: -1 offset in frm_scroll_offset hook now stops auto-scrolling.
- Fixed: Invalid Portuguese translation for field is invalid message.
- Fixed: A few HTML errors on form Settings page are resolved.
- Fixed: Set default margin on checkbox and radio divs. This resolves conflicts with Bootstrap styling and frm_two_col and frm_three_col classes.
- Fixed: If same form is published multiple times on the same page, make sure success message shows with the right occurrence of the form. Auto-scroll to the correct form as well.
- Fixed: The default value is now set correctly in dependent Lookup radio and checkbox fields.
- Fixed: Style font now applies to section headings.
- Fixed: Unnecessary urlencode removed from $_GET variable. Allows searching with + symbol in query string now.
- Fixed: Endless loop prevented when new child form is given same ID as parent from XML.
- Fixed: Allow updating of read-only dropdown in back-end Entries.
- Fixed: Lookup field options wouldn't update while dropdown was open in Chrome on Windows. Dropdown is now disabled until options are completely loaded.
- Fixed: Ensure that autocomplete text shows in dropdown when theme styling is overridden in Style.
- Fixed: UserID field now autopopulates correctly when creating an entry in the WordPress dashboard.
- Fixed: Errors on entries page when file didn't exist.
- Fixed: The include_zero parameter caused errors with certain WordPress date format. This now works with any date format.
- Fixed: Using "hours" in a Creation Date View filter would result in erroneous results. This is resolved.
- Fixed: Data duplicated in the frm_item_metas and post meta or taxonomies table is now only present in the post meta or taxonomies table.
- Fixed: Do not force html=1 on file upload field in frm-field-value shortcode.
- Fixed: Prevent errors when hidden field or text field is used for post status.