diff --git a/changelog.txt b/changelog.txt index c1b40f56786..b0287e84855 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1352,6 +1352,7 @@ * Fix - Don't show duplicated update notifications on Woo Screens. #25828 * Fix - Escape MaxMind database URL. #25682 * Fix - System status report should correctly identify inactive package. #25830 +* Fix - "Sale" badge misaligned on products when displaying 1 item per row. #29425 * Dev - Added support for placeholder attribute in quantity inputs. #25418 * Dev - Added `tax_status` and `tax_class` columns to the product meta data lookup table. #25428 * Dev - Introduced `woocommerce_top_rated_widget_args` filter. #25320 diff --git a/readme.txt b/readme.txt index 1771a1fb5e7..cb7c359e6c1 100644 --- a/readme.txt +++ b/readme.txt @@ -212,6 +212,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * Fix - add validation of the posted country codes on checkout. #28849 * Fix - Correctly display pagination arrows on RTL languages. #28523 * Fix - Invalid refund amount error on $0 refund when number of decimals is equal to 0. #27277 +* Fix - "Sale" badge misaligned on products when displaying 1 item per row. #29425 * Tweak - Added the Mercado Pago logo into the assets/images folder in order to use it in the payments setup task. #29365 * Tweak - Update the contributor guidelines. #29150 * Tweak - Introduced phone number input validation. #27242