Releases: CalderaWP/Caldera-Forms
Releases · CalderaWP/Caldera-Forms
Alpha release for testing new file fields
Includes
New Features (Included in 1.8.0 Alpha 1)
- ADDED: Advanced file fields v2
- ADDED: New job queue for deleting transients in a more-performant manner.
- ADDED: Acceptance testing with Cypess.
- ADDED:
caldera_forms_api_prepare_form
filter to modify form returned via REST API.
Bug Fixes (Included in 1.8.0 Alpha 1)
- FIXED: Disabled form was showing as an option in Gutenberg.
- FIXED: jQuery not loaded in front-end with some themes.
- FIXED: PHP warning when using forms loaded from file system.
- FIXED: Could not use "ceil" function in manual calculations.
- FIXED: Datepicker validation in Safari
Planned Bug Fixes (Planned for 1.8.0 Alpha 2 or Beta 1)
- ADD: UI for max-file size in file fields.
- FIX: In some cases the edit entry modal does not close after opening.
- FIX: #2814
1.6.0
1.5.8
1.5.6.2
1.5.6
1.5.6 All features and planned fixes completed
For a full list of what has changed: https://github.com/CalderaWP/Caldera-Forms/milestone/45
Major 🔑 Changes:
- Major refactor of front-end JavaScript for calculation fields #1877
- Faster, more reliable performance.
- Should be backwards-compatible. Please test.
- Fix issues with auto-complete field not respecting calculation value. #1870
- Reply to and BCC for autoresponders #1905
- Bug preventing emails resending is fixed.
- Sessions are now tracked in option table, not transients. See #1867
- This should help with file field issues and handling invalid payments to payment processors
- CSV date format is now reset to how it was before 1.5.3. See: #1807
- You can order forms in the main admin page by name. #1872
- Field values, when "Show Values" was hidden were not updating properly. See #1892