changelog.txt 10.2 KB
*** WooCommerce Customer/Order CSV Export Changelog ***

2016.06.28 - version 3.12.1
 * Fix - Use `order_number_formatted` column for the formatted order number in the CSV Import export format
 * Fix - Use `order_number` column for the underlying order number in the CSV Import export format
 * Fix - Replace `customer_id` column with `customer_user` column in the CSV Import export format

2016.06.02 - version 3.12.0
 * Feature - New format: CSV Import (JSON-based)
 * Tweak - Improve escaping special characters inside items & meta in CSV
 * Misc - Added support for WooCommerce 2.6
 * Misc - Removed support for WooCommerce 2.3

2016.03.03 - version 3.11.2
 * Fix - Replace legacy 'Cart Discount' and 'Order Discount' columns with the 'Discount Total' column in the legacy export formats
 * Fix - Replace legacy 'cart_discount' and 'order_discount' columns with the 'discount_total' column in the CSV Import export format
 * Misc - Add a filter 'wc_customer_order_csv_export_auto_export_order_query_args' to tweak query of orders to be exported automatically

2016.01.26 - version 3.11.1
 * Fix - Fix Ajax conflict with WPML

2016.01.14 - version 3.11.0
 * Tweak - Include plugin information in the System Status report
 * Misc - Added support for WooCommerce 2.5
 * Misc - Removed support for WooCommerce 2.2

2015.12.12 - version 3.10.4
 * Fix - Updated version of SV Framework from 4.0.0 to 4.1.2

2015.12.11 - version 3.10.3
 * Fix - WooCommerce Subscriptions: prevent renewal orders from being marked as exported automatically
 * Misc - WooCommerce Subscriptions 2.0 compatibility

2015.10.22 - version 3.10.2
 * Tweak - Escape leading equals sign character to prevent issues with loading CSV in Excel
 * Misc - Added French translation, props Thomas S.

2015.09.25 - version 3.10.1
 * Fix - Ensure settings tab titles are translatable
 * Fix - Fix incorrectly line item totals when exporting in the CSV Import format
 * Tweak - Allow for line items to be removed from the export using the `wc_customer_order_csv_export_order_line_item` filter

2015.07.28 - version 3.10.0
 * Misc - WooCommerce 2.4 Compatibility

2015.07.20 - version 3.9.2
 * Tweak - Attach Chosen.js to form fields only if Select2 is not available
 * Fix - Fix the exported/not exported order count when filtering by order status
 * Fix - Avoid malformed CSVs in certain server environments by removing ob_clean()

2015.03.12 - version 3.9.1
 * Fix - Fix a warning when a line item has no tax data
 * Tweak - Include order fees in exports
 * Tweak - Introduce `wc_customer_order_csv_export_ids` filter
 * Tweak - Introduce `wc_customer_order_csv_export_add_order_note` filter
 * Tweak - Display the local time and next scheduled export next to the Export Start Time field

2015.02.09 - version 3.9.0
 * Tweak - Don't clear the export cron job unless the interval and/or start time were changed
 * Misc - WooCommerce 2.3 Compatibility

2014.12.08 - version 3.8.0
 * Feature - Exports now include the refund totals for the entire order and individual items
 * Feature - Export only subscriptions or renewals from the bulk export screen
 * Tweak - Use 5 minute intervals in Start Time auto export option
 * Tweak - Introduce `wc_customer_order_csv_export_get_orders_csv` filter
 * Tweak - Introduce `wc_customer_order_csv_export_get_customers_csv` filter
 * Fix - Fix export status counts in export status dropdown
 * Fix - Fix an issue with orders not being marked as exported

2014.10.28 - version 3.7.0
 * Feature - Added Limit & Offset fields to the bulk exporter allowing users to export smaller CSV files and avoid server constraints

2014.10.21 - version 3.6.0
 * Feature - Added 'download_permissions_granted' column to all formats

2014.10.06 - version 3.5.0
 * Feature - Item tax is now included in both 'Default' formats (WooCommerce 2.2+ only)
 * Fix - Avoid a notice for deleted coupon items
 * Tweak - Include line item meta for deleted products

2014.09.08 - version 3.4.1
 * Fix - Fix blank exports with no order statuses selected

2014.09.07 - version 3.4.0
 * Feature - The 'CSV Import' format now exports line item meta
 * Tweak - Introduce 'wc_customer_order_csv_export_get_export_method' action
 * Tweak - Use site timezone for export date range rather than GMT
 * Misc - WooCommerce 2.2 Compatibility

2014.08.19 - version 3.3.0
 * Feature - New default one row per item order export format
 * Tweak - HTML decode line item meta
 * Tweak - Pass the product and order to 'wc_customer_order_csv_export_order_line_item' filter
 * Fix - Fix typo affecting date-based order export

2014.06.10 - version 3.2.1
 * Fix - Fix issue with email exports in WooCommerce 2.0

2014.06.09 - version 3.2
 * Feature - Coupons now include code, description, and amount!
 * Fix - Automatic exports with no start time are now scheduled properly

2014.05.27 - version 3.1
 * Feature - You can now automatically email exports on a recurring schedule
 * Feature - You can now set a start time for automatic exports
 * Tweak - Add action that fires when each order is exported
 * Tweak - Auto-export test button disabled until settings are saved
 * Tweak - Auto-export cron schedules cleared on plugin deactivation
 * Tweak - SFTP dependency checks for Windows environments

2014.04.25 - version 3.0.6
 * Fix - Strip newlines from order notes
 * Fix - Fix issue with default start/end dates for customer exports
 * Tweak - Exports in the "CSV Import" format now include the Order ID
 * Tweak - Added filter for customizing the entire export format
 * Tweak - Added filter for customizing the order line item export format
 * Tweak - Added filters for customizing settings & export parameters

2014.03.10 - version 3.0.5
 * Fix - When exporting customers, the date filter now properly excludes registered customers created outside of the specified date range
 * Fix - Fix bug that prevented FTP connections with an initial path set from working properly

2014.02.24 - version 3.0.4
 * Fix - Fix improper loading of javascript on edit post page
 * Fix - Fix issue with FTP passive mode not working
 * Tweak - Improved error messages when testing FTP connections
 * Tweak - Export filename timestamps now reflect the site timezone

2014.02.10 - version 3.0.3
 * Tweak - Customer exports now include WordPress users with the `customer` role even if they have no associated orders
 * Fix - Legacy export formats use the order number instead of order ID

2014.01.31 - version 3.0.2
 * Tweak - The line items column now includes item meta
 * Tweak - Orders with invalid or deleted products can now be exported properly
 * Tweak - The CSV Import Suite format now includes the product ID if no SKU exists for the product

2014.01.27 - version 3.0.1
 * Fix - Fix issue with saving settings

2014.01.20 - version 3.0
 * Feature - New default customer & order export format that includes more information
 * Feature - View export status on the Orders screen
 * Feature - Export single orders with an order action on the Orders and Edit Order Screen
 * Feature - Automatically export orders on a recurring schedule via FTP or HTTP POST
 * Feature - Set a filename for exported files
 * Feature - New filters to quickly and easily modify export formats
 * Tweak - Custom Order statuses are now fully supported
 * Misc - Complete rewrite to improve stability and performance
 * Misc - WooCommerce 2.1 compatibility
 * Misc - Uses SkyVerge Plugin Framework
 * Localization - Text domain changed from `wc-export-csv` to `woocommerce-customer-order-csv-export`
 * Localization - Languages path changed from `languages` to `i18n/languages`

2013.09.21 - version 2.0.7
* Fixed order coupon not being exported

2013.08.18 - version 2.0.6
* Changed Import in wrong place to Export
* Fixed empty client export
* Added action links to plugins list page

2013.08.18 - version 2.0.5
* Fixed bug when order status had more than one word

2013.07.22 - version 2.0.4
* Fixed bug when there was no coupons to export

2013.07.06 - version 2.0.3
* Added coupons to export

2013.06.09 - version 2.0.2
* Changed comment query to use $wpdb->comments
* Fixed csv import order item output

2013.05.05 - version 2.0.1
* Added order notes to all outputs.
* Fixed line per item output.

2013.05.01 - version 2.0.0
* Added output format that is compatible with CSV Import suite
  for both order and customer exports.

2013.03.27 - version 1.6.4
* Added BOM character as an selectable option in to the UI.
  This fixes compatibility issues with Google Spreadsheet.

2013.03.15 - version 1.6.3
* Fixed empty file issue with order exports.

2013.02.16 - version 1.6.2
* Added empty folder for translations.

2013.01.23 - version 1.6.1
* Fix notices

2013.01.21 - version 1.6.0
* Added filter for custom meta fields.
* WC 2.0/1.6.6 compatibility check.
* Fix for order status pulled as translated value

2013.01.18 - version 1.5.10
* Removed unused jquery scripts

2012.12.15 - version 1.5.9
* Changed order number to support get_order_number().
* Added order number preceding character trimming.
* Fixed problem with quotes not being escaped.
* woocommerce_export_csv_wrap_data to prevent errors with some php versions

2012.12.04 - version 1.5.8
 * New updater

2012.11.10 - version 1.5.7
* Added trimming for new lines in product variable

2012.10.16 - version 1.5.6
 * Fix for character encoding in Microsoft Excel

2012.08.30 - version 1.5.5
 * Export translated statuses

2012.08.30 - version 1.5.4
 * Fixed order item meta

2012.08.06 - version 1.5.3
 * Fixed order status extracting for client export

2012.06.28 - version 1.5.2
 * Remove stripping of time in order date fields to provide time too

2012.06.25 - version 1.5.1
 * EU VAT number compat

2012.05.26 - version 1.5
 * Fixed double quotes escape problem
 * Added support for custom order statuses (thanks to Patrick Garman)

2012.05.04 - version 1.4
 * Added VAT Field
 * Added customer notes field

2012.04.22 - version 1.3
 * Added possibility to choose how to display order items

2012.02.29 - version 1.2.1
 * Fixed case where wrong order status was passed to export

2012.02.26 - version 1.2
 * Performance improvements: reduced the amounts of DB calls
 * Added missing order status field
 * Added order items in to export
 * Export full country name

2012.02.19 - version 1.1
 * Added possibility to choose order statuses on export
 * Added missing billing state and date fields
 * Split name field to first and last name fields

2012.02.15 - version 1.0
 * First release