- New: Added a step option to the [auto_id] shortcode. For example, [auto_id step=2] will auto-increment by 2 instead of the default step value of 1.
- New: Conditional short codes for file fields now support show options. By default, the URL of the file field will be compared. This means that [if x like=".jpg"][/if x] can be used to match an uploaded file for a specific file type.
- New: Added a frm_address_sub_fields filter for customizing Address sub fields.
- Fix: Decimals were stripped from Euro currencies when calculated fields were hidden with field visibility settings.