2.1.13, March 14, 2024:
- Fix: The default order item template for Potentials shows the order total instead of the line total

2.1.12, March 4, 2024:
- Fix: Some order meta fields were not working when included in a field value
- Remove some legacy compatibility code

2.1.11, January 11, 2024:
- Log additional error information for automatic processing
- Fix: Import to Zoho CRM may fail when a non-numeric value is present where a numeric value is expected
- Fix: Option to sync leads may show as enabled on the admin page even when it's not enabled
- Fix: Some copy on the Leads admin page tab referred to contacts instead of leads

2.1.10, January 11, 2024:
- Fix: Orders not syncing after last update

2.1.9, January 8, 2024:
- Implement compatibility with HPOS

2.1.8, November 22, 2023:
- Fix: Incompatibility with newer version(s) of PHP

2.1.7, October 5, 2023:
- Fix: Potential Stage dropdown fields in the Potentials tab were not working correctly

2.1.6, December 13, 2022:
- Fix: Changes to Potential Stage names may not be reflected in the Potential Stage dropdowns

2.1.5, October 3, 2022:
- Change site URL in updater to https://wpzone.co

2.1.4, September 14, 2021:
- Change site URL in updater for Divi Space product version

2.1.3 May 28, 2021
- Fix: Add AGS Info tag to the plugin header
- Plugin styling improvements

2.1.2 July 22, 2020
- Fix: Order data may not be sent to Zoho CRM in some cases when order item meta field(s) are included in the data to be sent
- Fix: The certificate authority bundle included with WordPress and the "Disable SSL certificate verification" setting (Connection tab > Connection Settings) may not be applied while connecting a Zoho CRM account to the plugin
- Improvement: Output the details of an error that occurs when connecting a Zoho CRM account to the plugin to assist in troubleshooting
- Update the Zoho CRM connection instructions to reflect changes in Zoho CRM

2.1.1 February 6th, 2019
- Fixed compatibility with regional Zoho datacenters (zoho.com.cn, zoho.eu, zoho.in, zoho.com.au)
- Fixed potential error message output when initializing Zoho CRM API class (could interfere with the checkout process depending on settings)
- Hide certain unsupported fields
- Automatically detect and format values for Zoho CRM fields with date, date/time, and multi-value (array) types
- Added the [+] field value operator to allow prepending or inserting the existing field value to the new value when updating a record
- Added the [@] field value operator to indicate an array value and specify a delimiter
- Added hooks to filter data before it is sent to Zoho CRM: pp_wczcp_record_fields_Contacts, pp_wczcp_record_fields_Leads, pp_wczcp_record_fields_Accounts, pp_wczcp_record_fields_Potentials (see documentation in PP_Zoho_API.class.php)

2.1.0 December 17, 2019
- Add compatibility with Zoho API version 2
- Fix: Add escaping to field value in settings page to avoid potential XSS attack by users with access to the plugin settings page or settings storage

2.0.7
- Blank values in field mappings are no longer saved or sent to Zoho CRM

2.0.6
- Added option to save the ID of the Potential corresponding to the order as an order meta field
- Added option to set the Potential Stage based on the order status
- Added option to update the Potential Stage when the order status changes

2.0.5
- Fixed issue when connecting a zoho.eu-based account

2.0.4
- Fixed bug causing the sending of the order to fail in certain cases

2.0.3
- Fixed bugs preventing certain merge fields from working

2.0.2
- Fixed issue with whitespace being stripped for certain templates (removed HTML tag stripping from those templates)

2.0.1
- Fixed issue with saving settings

2.0.0
- Added tab-based admin interface
- Added the ability to edit field mapping
- Added the ability to customize the contact and lead notes
- Added the ability to set the Zoho CRM URL to support alternate endpoints
- Added an isolation feature to reduce the risk of the plugin interfering with the order save process

1.1.9
- Fixed issue with populating Account data

1.1.8
- Fixed automatic order processing on status change

1.1.7
- Fixed issue with blank data when automatically processing orders

1.1.6
- Addressed SSL certificate verification issue

1.1.5
- Improved compatibility with WooCommerce 3.0
- Added line totals to contact/lead order notes
- Added option to include customer order note in the contact/lead order notes

1.1.4
- Added cURL as the default method to connect to the Zoho CRM API

1.1.3
- Required "Closing Date" and "Stage" Potential fields are now filled in even if "Close Potential" is not checked
- Added fields to specify "Lead Source" value on Contacts, Leads, and Potentials
