- New: Allow view ordering by entry key since this is faster than ordering by a field value.
- Tweak: If no value in the field used for a calculation, show nothing instead of 0.
- Tweak: Add lookup_field to array included in frm_filtered_lookup_options hook
- Fix: Dates weren't validating correctly with end year '1' instead of '+1'
- Fix: A combination of default values and conditional logic for Other fields was a causing javascript error. Now if an other field has a default value and conditional logic, the default value it correctly set when the field is displayed.
- Fix: Javascript errors were appearing with some date code customizations.
- Fix: Hide the first remove button in a repeater when the form styling is off.