Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbelolapotkov committed Oct 15, 2020
1 parent a087334 commit 20c65c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** WooCommerce Payments Changelog ***

= 1.6.0 - 2020-xx-xx =
= 1.6.0 - 2020-10-15 =
* Fix - Trimming the whitespace when updating the bank statement descriptor.
* Add - Initial support for the checkout block.
* Add - Support wp_get_environment_type() and enable dev-mode when environment is 'development' or 'staging'.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-payments",
"version": "1.5.0",
"version": "1.6.0",
"main": "webpack.config.js",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 7.0
Stable tag: 1.5.0
Stable tag: 1.6.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th

== Changelog ==

= 1.6.0 - 2020-xx-xx =
= 1.6.0 - 2020-10-15 =
* Fix - Trimming the whitespace when updating the bank statement descriptor.
* Add - Initial support for the checkout block.
* Add - Support wp_get_environment_type() and enable dev-mode when environment is 'development' or 'staging'.
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* WC requires at least: 4.0
* WC tested up to: 4.6
* Requires WP: 5.3
* Version: 1.5.0
* Version: 1.6.0
*
* @package WooCommerce\Payments
*/
Expand Down

0 comments on commit 20c65c5

Please sign in to comment.