Skip to content

v3.06.01

Choose a tag to compare

@stephywells stephywells released this 22 Feb 00:30
· 16579 commits to master since this release

59a14a8 Prepare for v3.06.01 release

c2c37df Add changelog

4f41444 Use div instead of label for fields with multiple inputs for WCAG
Strategy11/formidable-pro#2059

97fc0c5 Correct orphaned label for field groups (radio and checkboxes)
Strategy11/formidable-pro#2059

90a84a2 Add aria-invalid with javascript validation
Strategy11/formidable-pro#2059

d1a4a65 remove script for toggling the repeater section

e356d7b Add aria-required to required fields
Strategy11/formidable-pro#2059

9814504 fix Strategy11/formidable-pro#2063
Don't disable the submit button while checking the invisible recaptcha since there isn't always a way to know if it should be enabled again

832754a Fix pagination in WP 5.1 Strategy11/formidable-pro#2110

7afa769 Move section css to Pro

86f6ee0 When saving a form, check if it is too long and show a notice
Strategy11/formidable-pro#2077

e9e32c4 Don't allow whitespace conflict with setting the child form id when toggling a repeater
Strategy11/formidable-pro#1322

8bcf64a Allow the frm_scroll_box class to work on HTML fields
Strategy11/formidable-pro#1915

01c3f28 Hide admin notices from other plugins on the builder and template pages
Strategy11/formidable-pro#2128

fd643c3 Allow br in the error messages

b88407c Fix issue on templates page showing blank tile for expired license

a87d07e Add frm_field filter when a field is fetched individually with FrmField::getOne

e986100 fix phpcs from last commit

5721540 List translatable form and global settings strings
Added frm_form_strings filter
Added frm_global_setting filter
Added frm_global_invalid_msg filter
Added frm_global_failed_msg filter
Added frm_global_login_msg filter

537290f Get a list of field settings to translate for multilingual add-ons

de348da Always use 'en' for English locale instead of a blank string
Strategy11/formidable-wpml#13

7403e59 Add medium for better field links

0935ba2 Send upgrade links to new upgrade page

6bfb713 Set an expiration on css transient to prevent autoload
6240351 fix Strategy11/formidable-pro#2114

462ca7f Hide the container for the invisible recaptcha
fix Strategy11/formidable-pro#2115

a4059df Show the button to add view order option after a row is removed.
fix Strategy11/formidable-pro#2113

6995ed0 Get the commit messages from the correct repo

4c82252 Fix automated git release notes

281911d Adjust plugin packaging to allow for all addons without duplication

8bfb037 Better zip file creation

a8869f5 More reliably remove 'form template' from the form names in listing

7326796 Create the lite version zip with the install process