Readme update
This commit is contained in:
parent
08996096f2
commit
ea961cf963
19
readme.txt
19
readme.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue