Merge pull request #9138 from woothemes/added-changelog-for-api-changes

Added changelog to 2.5.0 for API related changes.
This commit is contained in:
Claudio Sanches 2015-09-15 20:01:53 -03:00
commit 265a912985
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Changelog == == Changelog ==
= 2.5.0 - TBD =
* Dev - API - Added /products/shipping_classes endpoint.
* Dev - API - Added support to POST, PUT, and DELETE categories and tags.
* Dev - API - Added support to filter products by tag, category, shipping class, and attribute.
* Fix - Handle Switzerland in get_european_union_countries. * Fix - Handle Switzerland in get_european_union_countries.
* Fix - For geolocation with static cache support, ensure hash is appended during form submission. * Fix - For geolocation with static cache support, ensure hash is appended during form submission.
* Fix - To prevent discounts being applied in 'random' order (based on order added to cart), sort cart items based on subtotal during calculate_totals. * Fix - To prevent discounts being applied in 'random' order (based on order added to cart), sort cart items based on subtotal during calculate_totals.