From f405863fe82791300a35e173118456dfdf6fe67b Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Thu, 20 Aug 2020 11:59:27 -0500 Subject: [PATCH] Add formatting to filter names in readme and changelog; Fix error with filter line in readme. --- changelog.txt | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5462a2ee4a0..30007688378 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,7 +18,7 @@ * Fix - Fixes Japan zip code format issue (dash is now optional). #27244 * Fix - Restore backward compatibility with WC 4.x and forward compatibility with WC 5.5. #27318 * Fix - Switch to site locale before translating refund reason. #27323 -* Dev - Added additional stock-based cart filters including woocommerce_cart_product_cannot_add_another_message, woocommerce_cart_product_out_of_stock_message and woocommerce_cart_product_not_enough_stock_message. #26439 +* Dev - Added additional stock-based cart filters including `woocommerce_cart_product_cannot_add_another_message`, `woocommerce_cart_product_out_of_stock_message`, and `woocommerce_cart_product_not_enough_stock_message`. #26439 * Dev - Changed text domain to `woocommerce` for REST API files. #27248 * Dev - Added file path to the `woocommerce_file_download_method` filter. #27152 * Dev - Merge API Package into core. #27100 diff --git a/readme.txt b/readme.txt index 08e4d453cfc..5540a9008e8 100644 --- a/readme.txt +++ b/readme.txt @@ -199,7 +199,7 @@ INTERESTED IN DEVELOPMENT? * Fix - Fixes Japan zip code format issue (dash is now optional). #27244 * Fix - Restore backward compatibility with WC 4.x and forward compatibility with WC 5.5. #27318 * Fix - Switch to site locale before translating refund reason. #27323 -* Dev - Added additional stock-based cart filters including woocommerce_cart_product_cannot_add_another_message, woocommerce_cart_product_out_of_stock_message and woocommerce_cart_product_not_enough_stock_messag$ +* Dev - Added additional stock-based cart filters including `woocommerce_cart_product_cannot_add_another_message`, `woocommerce_cart_product_out_of_stock_message`, and `woocommerce_cart_product_not_enough_stock_message`. #26439 * Dev - Changed text domain to `woocommerce` for REST API files. #27248 * Dev - Added file path to the `woocommerce_file_download_method` filter. #27152 * Dev - Merge API Package into core. #27100