Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Releases: lightspeedwp/cf-zoho

2.0.7

25 Jan 07:58
Compare
Choose a tag to compare

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

17 Aug 07:37
Compare
Choose a tag to compare

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

2.0.5

29 Jul 07:54
29c71db
Compare
Choose a tag to compare

Fixed

  • #11 Changed the "duplicate email" field to an array instead of a string.
  • Changed the functions and variables to public, to allow 3rd party plugins access to the posted info.

V 2.0.4

30 Mar 18:52
Compare
Choose a tag to compare

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

29 Mar 04:20
Compare
Choose a tag to compare

Dev - Added in a setting so you have the choice to enable the jQuery BlockUI js or not.

2.0.1

19 Mar 03:36
Compare
Choose a tag to compare
  • 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

17 Jan 07:30
ef11d99
Compare
Choose a tag to compare
  • 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