Skip to content

Releases: Strategy11/formidable-forms

v2.0.14b2

24 Sep 16:25
Compare
Choose a tag to compare
v2.0.14b2 Pre-release
Pre-release
  • Bug fix that only affects Views in Pro version

v2.0.14b1

23 Sep 21:25
Compare
Choose a tag to compare
v2.0.14b1 Pre-release
Pre-release
  • JavaScript fixes that only affect Pro version

v2.0.13

18 Sep 21:36
Compare
Choose a tag to compare
  • Allow css file updating if FTP creds are present
  • A few jshint fixes
  • Add 'frm_ajax_url' hook
  • Allow layout classes to be used with submit button
  • Remove frm_last class
  • Prevent get_filesystem_method error in multisite after update
  • Conditionally use ssl for the ajax url for form submission

v2.0.13rc

17 Sep 21:59
Compare
Choose a tag to compare
v2.0.13rc Pre-release
Pre-release
  • Allow css file updating if FTP creds are present
  • Allow more layout classes on submit button

v2.0.13b2

15 Sep 00:10
Compare
Choose a tag to compare
v2.0.13b2 Pre-release
Pre-release
  • A few jshint fixes
  • Add 'frm_ajax_url' hook

v2.0.13b1

04 Sep 19:44
Compare
Choose a tag to compare
v2.0.13b1 Pre-release
Pre-release
  • Fix unique time error
  • Improve calculations across page breaks
  • Prevent clearing default values when hiding/showing sections
  • Run calculations in collapsible sections
  • Fix duplicating regular sections
  • Allow layout classes to be used with submit button
  • Remove frm_last class
  • Prevent get_filesystem_method error in multisite after update
  • Conditionally use ssl for the ajax url for form submission
  • Fix importing parent_form_id on child forms

v2.0.12

25 Aug 22:15
Compare
Choose a tag to compare
  • Add option to center form on page
  • Improve styling classes for more consistency across different field classes, and make all classes responsive
  • Added a few more styling classes: frm_three_fourths, frm_two_fifths, frm_three_fifths
  • Remove in-place-editing from the field keys on the form builder page
  • Add 'frm_after_update_field_name' hook for changing a field name during editing
  • Update Bootstrap multiselect to v0.9.13
  • Add license page to prepare for add-ons. Big things are coming.
  • Fix: Prevent loading icon from being huge in some themes
  • Fix: When the jQuery UI css is loaded by another plugin on the form builder page, the required icon looked the same whether required or not. This styling conflict is resolved.
  • Fix: Make sure the form description size can be changed in the styling settings.

v2.0.12rc

21 Aug 22:29
Compare
Choose a tag to compare
v2.0.12rc Pre-release
Pre-release
  • Fix js error after selecting an option in autocomplete field
  • Add license page to prepare for add-ons
  • Improve styling classes for more consistency across different field classes, and make all classes responsive
  • Added more styling classes: frm_three_fourths, frm_two_fifths, frm_three_fifths

v2.0.12b

15 Aug 17:19
Compare
Choose a tag to compare
v2.0.12b Pre-release
Pre-release
  • Add option to center form on page
  • Improve 6th, 7th and 8th layout classes for smaller screens
  • Remove in-place-editing from the field keys on the form builder page
  • Add 'frm_after_update_field_name' hook for changing a field name during editing
  • Update Bootstrap multiselect to v0.9.13
  • Fix: Prevent loading icon from being huge in some themes
  • Fix: When the jQuery UI css is loaded by another plugin on the form builder page, the required icon looked the same whether required or not. This styling conflict is resolved.
  • Fix: Make sure the form description size can be changed in the styling settings.

v2.0.11

17 Jul 05:09
Compare
Choose a tag to compare
  • When the email "reply to" value uses the "from" setting, only use the email address without the name
  • Switch the form action events to dropdown instead of checkboxes
  • Shrink the reCaptcha on small screens
  • Add font-weight 100-900 options to styler
  • Fixes for javascript errors while form building in IE8
  • Only load font.css for the admin bar when user can edit forms
  • Add frm_email_message filter
  • Add frm_include_form_tag filter for using div instead of form tag
  • Add frm_show_submit_button filter for hiding and showing the submit button
  • Fix date calculations using date formats that begin with the year
  • Allow classes to be included on a hidden input
  • Process the entry a little sooner (wp_loaded instead of wp)
  • Add frm_capitalize layout class
  • Make frm_customize class work for more field types
  • Fix issue with clearing array keys when sanitizing an array when displaying entry values