Changelog update for PR #3827

This commit is contained in:
Patrick Garman 2013-09-24 16:46:59 -05:00
parent 1292a9f51a
commit fab4ba373c
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - Updated blockui to prevent errors in WP 3.6.
* Fix - Tweaked popularity sorting to work better when no sales are present.
* Fix - Quote encoding in email subjects.
* Fix - Added $wp_error parameter during checkout process to ensure WP_Error object is returned on error and checkout process is properly stopped.
* Refactor - Taken out Piwik integration, use http://wordpress.org/extend/plugins/woocommerce-piwik-integration/ from now on.
* Refactor - Taken out ShareYourCart integration, use http://wordpress.org/extend/plugins/shareyourcart/ from now on.
* Refactor - Moved woocommerce_get_formatted_product_name function into WC_Product class.