Add changelog for #29425 (was added directly to the release branch)

This commit is contained in:
Nestor Soriano 2021-03-30 09:44:52 +02:00
parent 504aa70f1b
commit 4b37fc6bdb
2 changed files with 2 additions and 0 deletions

View File

@ -1352,6 +1352,7 @@
* Fix - Don't show duplicated update notifications on Woo Screens. #25828 * Fix - Don't show duplicated update notifications on Woo Screens. #25828
* Fix - Escape MaxMind database URL. #25682 * Fix - Escape MaxMind database URL. #25682
* Fix - System status report should correctly identify inactive package. #25830 * 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 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 - Added `tax_status` and `tax_class` columns to the product meta data lookup table. #25428
* Dev - Introduced `woocommerce_top_rated_widget_args` filter. #25320 * Dev - Introduced `woocommerce_top_rated_widget_args` filter. #25320

View File

@ -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 - add validation of the posted country codes on checkout. #28849
* Fix - Correctly display pagination arrows on RTL languages. #28523 * 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 - 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 - 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 - Update the contributor guidelines. #29150
* Tweak - Introduced phone number input validation. #27242 * Tweak - Introduced phone number input validation. #27242