Skip to content

Commit

Permalink
Bump versions for 1.2.0 release (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodger authored Jul 20, 2020
1 parent 6429373 commit 9bff7f4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.2.0 - 2020-07-xx =
= 1.2.0 - 2020-07-20 =
* Add - 3DS support when using the pay for order page
* Add - Display confirmation dialog when enabling manual captures
* Add - Update the order when an authorised payment has expired
Expand Down
14 changes: 7 additions & 7 deletions 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.1.0",
"version": "1.2.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.4
Requires PHP: 7.0
Stable tag: 1.1.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,7 +90,7 @@ You can read our Terms of Service [here](https://en.wordpress.com/tos).

== Changelog ==

= 1.2.0 - 2020-07-xx =
= 1.2.0 - 2020-07-20 =
* Add - 3DS support when using the pay for order page
* Add - Display confirmation dialog when enabling manual captures
* Add - Update the order when an authorised payment has expired
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.3
* Requires WP: 5.3
* Version: 1.1.0
* Version: 1.2.0
*
* @package WooCommerce\Payments
*/
Expand Down

0 comments on commit 9bff7f4

Please sign in to comment.