Skip to content

Commit

Permalink
Extra commit in release/5.2 branch in preparation for the beta
Browse files Browse the repository at this point in the history
- Change Version in woocommerce.php back to 5.2.0-beta
- Change $version in class-woocommerce.php back to 5.2.0
- Change version in package.json back to 5.2.0
- Add the changelog entry for woocommerce#29425, which was mistakenly
  merged after the code freeze for the 5.2 beta
  • Loading branch information
Konamiman committed Mar 19, 2021
1 parent 1dfece1 commit f41e4bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* 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
Expand Down
2 changes: 1 addition & 1 deletion includes/class-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '5.3.0';
public $version = '5.2.0';

/**
* WooCommerce Schema version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "5.3.0",
"version": "5.2.0",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,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
Expand Down
2 changes: 1 addition & 1 deletion woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce
* Plugin URI: https://woocommerce.com/
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
* Version: 5.3.0-dev
* Version: 5.2.0-beta
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woocommerce
Expand Down

0 comments on commit f41e4bd

Please sign in to comment.