- New: Added a custom currency option to math calculations formatted as a currency. This can be used to add a thousand separator or a custom currency symbol to specific fields more easily.
- New: Added the option to attach a CSV export of the entry to email action settings.
- Fix: Calculations formatted as currency were displaying an additional two zeros when set to display Japanese Yen.
- Fix: When importing a file by URL, including when uploading with an API action, the request will now follow the URL to avoid issues with uploading a temporary redirect page for some URLs including exports from Google Drive.
- Fix: Some custom code snippets that were using frm_get_default_value to set a default value were conflicting with calculations. This filter is no longer applied to a calculation if the default value is set to avoid the conflict, and a new is_calc argument is now passed into the filter to make calculation filtering easier.
- Fix: Calculation values set using the frm_get_default_value filter now work better when returning an integer value instead of a string.