Skip to content

v5.0.13

Choose a tag to compare

@Crabcyborg Crabcyborg released this 17 Nov 19:22
· 14234 commits to master since this release
e72511c
  • FrmAppHelper::jquery_ui_base_url and an unused dropdown view file have been deprecated.
  • Security: Back end form settings will now always filter on render when the DISALLOW_UNFILTERED_HTML constant is on.
  • Security: Added additional sanitizing when saving a custom style, added additional filtering to icons, and improved how some content is escaped.
  • New: Added a new frm_disallow_unfiltered_html filter that will always filter back form settings without having to set the DISALLOW_UNFILTERED_HTML constant.
  • New: A name field will always be used when sending comment author information to Akismet if one is set to avoid false positives that could cause another field value to possibly get sent instead.
  • Fix: When importing a grid or table view, [/if x] and [/foreach x] shortcodes were not properly being replaced.
  • Fix: Too much was being stripped from custom submit button HTML for underpriveleged users or when disallowing unfiltered html.
  • Fix: Too many calls were being made to Akismet for forms with multiple pages.
  • Fix: A conflict with WooCommerce was sometimes triggering an error when checking for addon updates.
  • Fix: The comment author information sent to Akismet was not getting set if the author information was set in a name field.