- New: Add dynamic default value option to address fields. This can be used in two ways. [frm-field-value field_id=x user_id=current force_array=1] will fill values from an address field in another form. Or a value like 'Line 1, Line 2, City, State, Zip, Country'
- Fix: Prevent 'Array' from showing when using a default value in an address field
- Tweak: Use thirds instead of fourths for credit card month and year
- Tweak: Use the active styling when tabbing into and autocomplete field
- Fix: When editing in place, a javascript error was preventing conditional logic from running
- Fix: Conditional logic settings inside a repeater were missing fields outside of the repeater
- Fix: Used times in a unique time dropdown weren't being greyed out when the date changed
- Fix: Shortcodes were being processed in the form builder when fields were duplicated or loaded with ajax.
- Fix: Make sure the default value in a range slider is within the specified range
- Fix: A multiselect dropdown with an other option wasn't always required
- Fix: Include tabindex on the save draft link for accessibility
- Fix: Prevent dead link to duplicate a form from showing for those with permission to view forms but not edit them
- Fix: Return consistent values in the entries array for fields with separate values with identical saved and displayed values
- Fix: If the reply to address in the email is not specified, use only the from email without the from name to increase receivability
- Fix: Improve styling without CSS grids when using left, right, and inline labels
- Fix: Make the frmFrontForm.fieldValueChanged function public in the javascript so it can be triggered by scripts in other plugins