From dc5858e7e5f4549a73f294e6d29bd2828b4cda34 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Tue, 28 Aug 2018 13:06:34 -0700 Subject: [PATCH] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 44b4eb0b85a..4a0edc7e87e 100644 --- a/readme.txt +++ b/readme.txt @@ -197,6 +197,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Tweak - Changed wc_clean to checking for valid utf8 for line items and password. #20993 * Tweak - Add to cart notice actions (View cart/Continue shopping) now have tabindex 1 for improved accessibility. #21108 * Tweak - Remove icanhazip from geolocation services. #21198 +* Tweak - Remove unnecessary aria-required attributes from product reviews template. #21211 * Performance/Tweak - Use post_author for the order customer instead of '_customer_user' meta data. #17895 * Performance - Exclude frontend include from REST API calls. #20000 * Dev - REST API - Allows oAuth1.0a authentication under SSL.