From d4e528634a9b030bed9dfbfa5b0505cf1de00f44 Mon Sep 17 00:00:00 2001 From: claudiulodro Date: Tue, 16 Oct 2018 09:52:17 -0700 Subject: [PATCH 1/6] Update readme.txt --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 7f43a494f59..c0997b517cd 100644 --- a/readme.txt +++ b/readme.txt @@ -158,7 +158,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w == Changelog == -= 3.5.0 - 2018-10-XX = += 3.5.0 - 2018-10-17 = * Feature - REST API v3. #20111 * Feature - Option has been added on the inventory tab of the edit product page to set a low stock threshold for individual products. #20260 * Feature - Add ability to export products by category to the CSV exporter. #20870 @@ -207,6 +207,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Remove the erasure tools links from the descriptions of the erasure settings for users without the manage_privacy_options capability. #21565 * Fix - Don't double urldecode posted variation attributes. #21570 * Fix - New helper functions wc_user_has_role and wc_current_user_has_role to correctly check user roles. #21569 +* Fix - Don't double-sanitize cart images. #21574 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324 From 2cee87b7cfe39cb2beca73351d70a442f5f3e614 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Tue, 16 Oct 2018 10:09:29 -0700 Subject: [PATCH 2/6] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index c0997b517cd..4dc95e77e5f 100644 --- a/readme.txt +++ b/readme.txt @@ -208,6 +208,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Don't double urldecode posted variation attributes. #21570 * Fix - New helper functions wc_user_has_role and wc_current_user_has_role to correctly check user roles. #21569 * Fix - Don't double-sanitize cart images. #21574 +* Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324 From 13da70810d88c488458400bc7489100db3373b00 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Tue, 16 Oct 2018 11:23:37 -0700 Subject: [PATCH 3/6] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 4dc95e77e5f..046c9fd8b4a 100644 --- a/readme.txt +++ b/readme.txt @@ -209,6 +209,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - New helper functions wc_user_has_role and wc_current_user_has_role to correctly check user roles. #21569 * Fix - Don't double-sanitize cart images. #21574 * Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 +* Fix - Check for multisite and user roles instead of using current_user_can. #21569 #21575 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324 From 0f2ee63fdcf56d1a588e8e34847bfa978e299289 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Wed, 17 Oct 2018 08:26:39 -0700 Subject: [PATCH 4/6] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 046c9fd8b4a..ec0062e93aa 100644 --- a/readme.txt +++ b/readme.txt @@ -210,6 +210,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Don't double-sanitize cart images. #21574 * Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 * Fix - Check for multisite and user roles instead of using current_user_can. #21569 #21575 +* Fix - Ensure wp_list_pluck() gets a array and not possibly null in WC_Product_Data_Store_CPT::update_attributes. #21591 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324 From 576da4bb164e79a06f35ed14bf81224b60b96391 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Fri, 19 Oct 2018 11:16:24 -0700 Subject: [PATCH 5/6] Update readme.txt --- readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index ec0062e93aa..392435548b6 100644 --- a/readme.txt +++ b/readme.txt @@ -206,11 +206,10 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Product shortcode numeric term slug matching. #21560 * Fix - Remove the erasure tools links from the descriptions of the erasure settings for users without the manage_privacy_options capability. #21565 * Fix - Don't double urldecode posted variation attributes. #21570 -* Fix - New helper functions wc_user_has_role and wc_current_user_has_role to correctly check user roles. #21569 * Fix - Don't double-sanitize cart images. #21574 * Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 -* Fix - Check for multisite and user roles instead of using current_user_can. #21569 #21575 * Fix - Ensure wp_list_pluck() gets a array and not possibly null in WC_Product_Data_Store_CPT::update_attributes. #21591 +* Fix - Trim CSV header rows to prevent leading/trailing whitespace issues. #21614 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324 From 76690246cd5cfd32f6fc0b5690a136c92f3f73c8 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Mon, 22 Oct 2018 09:41:02 -0700 Subject: [PATCH 6/6] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 392435548b6..60b869da06c 100644 --- a/readme.txt +++ b/readme.txt @@ -210,6 +210,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 * Fix - Ensure wp_list_pluck() gets a array and not possibly null in WC_Product_Data_Store_CPT::update_attributes. #21591 * Fix - Trim CSV header rows to prevent leading/trailing whitespace issues. #21614 +* Fix - Show draft products in previews on unsupported themes. #21619 * Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 * Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 * Tweak - Show empty terms in admin product category filter dropdown. #20324