Plugin: Formidable Forms
- Make taxonomy options refresh whenever a new post type is selected
- Get rid of hardcoded javascript
- Sanitize all $_GET, $_POST, $_REQUEST, and $_SERVER uses
- Use $wpdb->prepare on all db queries
- Use nonce on all ajax requests
- Fix number format button
- Correctly validate file upload fields in repeating fields
- Fix conditional logic options changing in repeating sections
- Remove 'no files selected' text if files are selected
- Fix excluding fields in a form with a repeating section
- Fix start and end date in graph shortcode
- Adjust CSS for Add and Remove buttons in repeating sections
- Add decimal option to calculations
- Fix permissions for form's settings page
- Add starts with and ends with options in Views
- Add frm_selectable_dates hook
- Don't require Dynamic fields with no options
- Remove user tracking option
- Improve importing forms from 1.07.11 into 2.0
- Unit-testing improvements
- Fix conflict with WP fixing XHTML automatically