=== WooCommerce Zapier Integration Changelog ===

2014.06.05 - version 1.2.1
 * Full details: http://wczap.com/?p=687
 * Change: Use a 10 second connection timeout instead of 5 when sending data to Zapier.
 * Change: Add support for debugging/logging - useful for troubleshooting.

2014.05.13 - version 1.2
 * Full details: http://wczap.com/?p=630
 * New: The "New Order" trigger now also acts on orders that consist of only virtual & downloadable products (ie orders that skip the "processing" status and go straight to "completed").
 * New: Compatibility with the Product Add-ons Extension: http://www.woothemes.com/products/product-add-ons/
 * New: Compatibility with the Gravity Forms Add-ons Extension: http://www.woothemes.com/products/gravity-forms-add-ons/
 * New: Order line item metadata is now sent to Zapier using the new line_items.item_meta array.
 * Fix: Prevent "This Zapier Feed is inactive" warning from displaying when adding a new Zapier Feed.
 * Change: Improved documentation on the Add/Edit Zapier feed screen.
 * Change: Requires WooCommerce 2.1.0 or newer. WooCommerce 2.0.x is no longer supported.
 * Change: Remove WooCommerce 2.0.x code.

2014.04.10 - version 1.1.2
 * Full details: http://wczap.com/?p=648
 * New: Add support for Zapier's new webhook URL format.
 * Fix: Prevent "Invalid Webhook URL" error messages that were occurring when adding a new Zapier Feed.

2014.01.20 - version 1.1.1
 * Full details: http://wczap.com/?p=632
 * New: Compatibility with WooCommerce 2.1 and WooCommerce 2.0.x.
 * New: Updated Zapier logo.
 * Fix: Prevent PHP notice that was occurring when an order did not contain a shipping address.
 * Change: Don't use the WC_Order::get_shipping() function (it is deprecated in WooCommerce v2.1).
 * Change: Don't use the WC_Order::get_downloadable_file_urls() function (it is deprecated in WooCommerce v2.1).
 * Change: Use the WC_Order::get_product_from_item() function instead of a manual check.
 * Change: PHPDoc updates for WC_Zapier.

2013.10.14 - version 1.1
 * Full details: http://wczap.com/?p=506
 * New: Use your custom checkout fields in your Zaps! Compatibility with the WooCommerce Checkout Field Editor plugin. Checkout fields added by that plugin are now sent to Zapier.
 * New: Compatibility with the Sequential Order Numbers Pro plugin.
 * New: 'number' order data field.
 * New: 'billing_country_name' order data field.
 * New: 'shipping_country_name' order data field.
 * New: 4 new filters (wc_zapier_data and wc_zapier_data_json) are available so that other plugins or code can override the data sent to Zapier.
 * Fix: Order cancellations are now handled correctly when the user elects to cancel their order during the checkout/payment process.
 * Change: "Test Data" is now known as "Sample Data".

2013.09.12 - version 1.0
 * Full details: http://wczap.com/?p=87
 * First Release