From 0f2ee63fdcf56d1a588e8e34847bfa978e299289 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Wed, 17 Oct 2018 08:26:39 -0700 Subject: [PATCH] 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