Plugin: Formidable Forms
- Fix: Allow quotes within shortcodes in email settings
- Fix: Prevent checkbox and radio input styling conflict with display attribute in some themes
- Fix: Prevent blank lines when headings are excluded
- Fix: Get child entries for email more reliably
- Fix: Text calculations using a single dropdown time field
- Fix: Issue with duplicate headings after a repeating section in the default email message and the frm-show-entry shortcode
- Fix: Remove the non-functional search box from the Formidable -> Entries page for all forms
- Fix: Invalid HTML when displaying paragraph field text in a Dynamic List field
- Fix: Prevent a php error message when showing an empty table from the formresults shortcode
- Fix: & was converting to & in fields watching Lookups
- Fix: Remove fields within section from section's logic options to help prevent logic loops
- Fix: Time field conditional statements weren't showing content when they should
- Fix: Time Field validation was having trouble when the start or end settings didn't include the leading zero (7:30 instead of 07:30)
- Fix: Unique time fields were causing errors on submit
- Fix: Check if an option is "other" a little more reliably. Instead of checking for 'other' anywhere in the option key, check for other_ at the beginning.
- Fix: Correctly use default version number for jquery ui URL if query string is not included
- Fix: Increase room for ids in the database. Increase from 11 to 20 to match the WordPress DB fields. This solves issues with creating posts with ids higher than 99999999999
- Code: Email code refactoring