Readme update
This commit is contained in:
parent
cfb738b0b4
commit
df147d8111
|
@ -231,6 +231,8 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
|
||||||
* Dev - `woocommerce_product_stock_status_options` filter added for stock status options. #22834
|
* Dev - `woocommerce_product_stock_status_options` filter added for stock status options. #22834
|
||||||
* Dev - `woocommerce_before_cart_emptied` action before cart is emptied. #22846
|
* Dev - `woocommerce_before_cart_emptied` action before cart is emptied. #22846
|
||||||
* Dev - Added filters for shipping options - `woocommerce_shipping_ID_option` and `woocommerce_shipping_ID_instance_option`. #22771
|
* Dev - Added filters for shipping options - `woocommerce_shipping_ID_option` and `woocommerce_shipping_ID_instance_option`. #22771
|
||||||
|
* Dev - Refactor comment/rating update functions. #22909
|
||||||
|
* Fix - Use correct address for taxes when applying/removing coupons. #22802
|
||||||
* Fix - Hide ratings on the shop page when reviews are disabled. #22476
|
* Fix - Hide ratings on the shop page when reviews are disabled. #22476
|
||||||
* Fix - Fix W3C validation of single product page quantity input. #22333
|
* Fix - Fix W3C validation of single product page quantity input. #22333
|
||||||
* Fix - Give product variations a unique guid after creation. #22324
|
* Fix - Give product variations a unique guid after creation. #22324
|
||||||
|
@ -261,6 +263,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
|
||||||
* Fix - Remove Plugin and Theme background installer hooks, cannot run as there are no events scheduled for it. #22799
|
* Fix - Remove Plugin and Theme background installer hooks, cannot run as there are no events scheduled for it. #22799
|
||||||
* Fix - Trigger zoom if moving cursor over image quickly in product gallery. #22784
|
* Fix - Trigger zoom if moving cursor over image quickly in product gallery. #22784
|
||||||
* Fix - PayPal: Add meta data, before changing order status. #22892
|
* Fix - PayPal: Add meta data, before changing order status. #22892
|
||||||
|
* Fix - Make price filter widget tax aware when you have excl prices entered but show prices incl of tax. #22540
|
||||||
* Performance - Prime caches when reading variations. #22587
|
* Performance - Prime caches when reading variations. #22587
|
||||||
* Performance - Only include REST API classes and objects during `rest_api_init` hook. #22615
|
* Performance - Only include REST API classes and objects during `rest_api_init` hook. #22615
|
||||||
* Performance - Improved how versioned transients are set/cleanup to avoid cron. #22511
|
* Performance - Improved how versioned transients are set/cleanup to avoid cron. #22511
|
||||||
|
|
Loading…
Reference in New Issue