Readme update

This commit is contained in:
Mike Jolley 2014-05-15 13:04:56 +01:00
parent 08996096f2
commit ea961cf963
1 changed files with 14 additions and 5 deletions

View File

@ -132,11 +132,20 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Feature - Allow backorders to be configured at variation level.
* Feature - Protect admins from shop manager users.
* Tweak - Recalculate the cart totals, in the event a user registers during checkout and in doing so qualifies for any discounts.
* Tweak - Use `woocommerce_valid_order_statuses_for_payment` in `pay_action` too
* Tweak - Introduce `woocommerce_valid_order_statuses_for_payment_complete` filter
* Tweak - Introduce `woocommerce_thankyou_order_received_text` filter
* Tweak - Added the possibility to translate the edit-address endpoint slug
* Refactor - Update stock amounts with DB queries
* Tweak - Use `woocommerce_valid_order_statuses_for_payment` in `pay_action` too.
* Tweak - Added the possibility to translate the edit-address endpoint slug.
* Tweak - Removed all the_content filter in favor to wpautop() and do_shortcode().
* Dev - Introduce `woocommerce_valid_order_statuses_for_payment_complete` filter.
* Dev - Introduce `woocommerce_thankyou_order_received_text` filter.
* Dev - Introduce `woocommerce_product_backorders_allowed` filter.
* Dev - get_user and get_user_id methods.
* Dev - Customers API / Methods PUT/POST/DELETE.
* Dev - Coupons API / Methods PUT/POST/DELETE.
* Dev - REST API: Allow ordering on the resource level.
* Dev - Add new 'wc_admin_reports_path' filter to reports.
* Dev - Add user ID to shipping packages.
* Refactor - Update stock amounts with DB queries.
* Refactor - Simplified attribute name sanitisation which maintains UTF8 char integrity.
= 2.1.9 - 14/05/2014 =
* Fix - fix case-insensitive matching for coupon posts with uppercase chars.