This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
Releases: lightspeedwp/cf-zoho
Releases · lightspeedwp/cf-zoho
2.0.7
Added
- An error message which displays if the request to Zoho returns a timeout error. The user will be notified to refresh the page.
Removed
- Removed the unused LSX Search UIX templates.
Security
- General testing to ensure compatibility with latest WordPress version (5.6).
- General testing to ensure compatibility with latest Caldera Forms (1.9.3).
2.0.6
Added
- Added in an error message which outputs the Zoho error when a request fails.
- A Fallback request to handle an API key timeout error, it will only trigger for this error.
Updated
- Tested with Caldera Forms 1.9.2
- Tested with WordPress 5.5
2.0.5
V 2.0.4
2.0.4
Added
- Added in a filter to allow skipping of the zoho request. 'lsx_cf_zoho_skip_do_request'
- Moved the form "unblock" function into its own class and out of the processor.
Fixed
- Changed the form variables from "private" to "public"
Security
- Updating npm packages.
- General testing to ensure compatibility with latest WordPress version (5.4).
- General testing to ensure compatibility with latest LSX Theme version (2.7).
2.0.2
2.0.1
- Dev - Added in a filter to allow the attaching of files from the upload field to the processor running.
- Dev - Added in a form processing notification using the jquery.blockUI library
- Fix - Fixed various formatting issues when sending a request to Zoho
- Dev - Added in 2 new sections to the readme.txt for help on form configuration
2.0.0
- Dev - Upgraded the API version to 2.0
- Dev - Renamed 'lsx_cf_zoho_create_entry' hook to 'process_zoho_submission' as the old hook passes a different $object array which will probably break any code hooking this.
- Dev - Removed the force text fields
- Dev - Added in a class for pre-populating the Caldera Form with information from Zoho via a URL
- Dev - Restructured the Plugin Files and Classes
- Dev - Added in logging for all requests.
- Dev - Added in the Travis Integration