Skip to content

v2.0.08

Compare
Choose a tag to compare
@stephywells stephywells released this 23 May 04:06
· 13810 commits to master since this release
  • 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