Add missing changelog entries for 5.2-beta.1
This commit is contained in:
parent
1b351a6685
commit
f43d279d99
|
@ -52,6 +52,8 @@
|
||||||
* 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
|
||||||
|
* Fix - Revert a replacement of wp_redirect to wp_safe_redirect in WC_Checkout::process_order_payment that caused issues in the default PayPal interface. #29459
|
||||||
* 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
|
||||||
|
|
|
@ -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 - Revert a replacement of wp_redirect to wp_safe_redirect in WC_Checkout::process_order_payment that caused issues in the default PayPal interface. #29459
|
||||||
* Fix - "Sale" badge misaligned on products when displaying 1 item per row. #29425
|
* 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
|
||||||
|
|
Loading…
Reference in New Issue