Releases: Strategy11/formidable-forms
Releases · Strategy11/formidable-forms
v2.0.05
- Remove deprecated jQuery toggle() calls
- Add html ids to hidden fields
- Make sure the entry name doesn't exceed allowed database field size
- Adjust user agent displayed values
- Update Bootstrap javascript to v3.3.4
- Clear more caching for forms, fields, and entries when changes are made
- Lite only: Remove the entry search box on the entries page since the functionality is in pro
v2.0.04
- Fix XSS vulnerability from add_query_args and remove_query_args
- Remove unneeded options from the form widget and switch old styling setting width from 400px to 100%
- Fix the new form class box in the customizable HTML
- Remove WP support for v3.5 and lower
- Don't require the captcha if the keys haven't been configured
- Styling enhancements for left and right label settings
- Deactivate plugin after uninstall to prevent tables from being added back
- Add frm_text_block class to Layout tab
- Fix migration of email settigns that haven't been updated in over two years
- Fix emailing from only a multiple word name with no email
- Send emails for WordPress default if trying to send from Yahoo
v2.0.03
- Use frm_clear instead of clear to minimize conflicts
- Add js fallback for database update on sites without CURL
- Fix issues with emails migrating to actions in php 5.3, and t showing in some emails after updating settings
v2.0.02
- Make sure frm_to_email hook is reverse compatible
- Fix php example in the shortcode examples
- Add styling for frm_half classes combined with left or right labels
- Add a fallback if dbDelta is missing
- Remove inline js from the draft button in the default HTML to prevent 404/403 errors on some servers. This change only applies to new forms
- Move the legend tag into the customizable HTML, but without a migration so it won't be added to existing forms
- Move the "before fields" HTML into the fieldset to it will be parallell with the "After fields" HTML
- Make sure partial form transients aren't saved for long forms. Make sure it's all or nothing.
- Make sure the parent_form_id column was added, and try to add it again if it's not there
v2.0.01
- Break transients into chunks for large forms ( > 200 fields )
- Remove the upgrade link and perform the upgrade automatically
- Allow upgrades to be done automatically in WordPress multisite with the 'Upgrade Network' option
- Updated translations
- Only add one line in the email headers for cc and bcc
- Added frm_include_meta_keys hook for including the previously included meta values referenced by field key
- Delete transients with uninstall
- Make sure the legend stays hidden after opening form in a popup
v2.0
- Move visual form styler to free version
- Added multiple emails to free version
- Added BCC, CC, and reply to options to emails
- Replaced the reCaptcha with the new no-captcha recaptcha
- Allow multiple roles to be selected for the permissions on the global settings page
- Updated the UI
- Added a trash can for forms as well as draft forms
- Extra security with sanitizing output and prepare database queries extra just to be sure
- Switch to frm_first frm_last frm_half classes for more flexibility
- Added more responsiveness to the styling classes
- Change the field width option from characters to pixels
- Change the user browser info into a more easily readable format, and include it in the lite version
- Add (hidden) legend tag for accessibility
- Fix preview page with 2015 theme
- Reduce duplicate entry check to 1 minute
- Remove a bunch of upgrade messages in the lite version
- Reduce size of indexed db columns for utf8mb4 in WordPress 4.2
- Lots of other small features, bug fixes, and code cleanup. Too many little features to list!
v2.0rc10
- Make sure templates have an email notification
- Improve left and right label styling
- Don't break the lines in plain text emails
- Add an update message for 2.0
- Update the readme
v2.0rc9
- Correctly order styles by name
- Reduce duplicate entry check to 1 minute
- Move the color picker images into the lite version
- Fix section and dynamic field buttons in lite version
- Remove a bunch of upgrade messages in the lite version
- Fix ordering entries on the Formidable -> Entries page
- Delete actions, styles, and views when uninstalling
- Fix small border issue on grids
- Add filter for Twilio migration
- Remove style switcher and add style link that isn't functional in the lite version
- Add option to hide labels in the global styling settings
- Reduce size of indexed db columns for utf8mb4 in WordPress 4.2
v2.0rc8
- Make sure the submit button shows for old forms that have never been updated since the submit button HTML has been customizable
- Allow the query array to start with something other than WHERE
v2.0rc7
- Fix multi-file uploads inside of repeating sections in default message
- Make frm_where_filter_val compatible with explode
- Make new CSS classes responsive
- Update a couple of languages
- Fix importing forms with repeating sections
- Fix Embed Form in email message