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 Feb 18, 2021
1 parent 1121d38 commit f92221d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Amazon Pay Changelog ***

= 1.13.0 - 2021-xx-xx =
= 1.13.0 - 2021-02-18 =
* Update - WP tested up to 5.6.
* Update - WC tested up to 5.0.
* Fix - Fatal checkout error when changing subscription's payment method if user is logged out of Amazon account.
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,7 +1,7 @@
{
"name": "woocommerce-gateway-amazon-pay",
"description": "Amazon Pay Gateway for WooCommerce",
"version": "1.12.2",
"version": "1.13.0",
"title": "WooCommerce Gateway Amazon Pay",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, woothemes, akeda, jeffstieler, mikejolley
Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce
Requires at least: 4.4
Tested up to: 5.6
Stable tag: 1.12.2
Stable tag: 1.13.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -61,7 +61,7 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 1.13.0 - 2021-xx-xx =
= 1.13.0 - 2021-02-18 =
* Update - WP tested up to 5.6.
* Update - WC tested up to 5.0.
* Fix - Fatal checkout error when changing subscription's payment method if user is logged out of Amazon account.
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-gateway-amazon-payments-advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
* Tested up to: 5.6
* WC tested up to: 5.0
* WC requires at least: 2.6
* Version: 1.12.2
* Version: 1.13.0
*
* Copyright: © 2020 WooCommerce
* Copyright: © 2021 WooCommerce
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
* @package WC_Gateway_Amazon_Pay
*/

define( 'WC_AMAZON_PAY_VERSION', '1.12.2' ); // WRCS: DEFINED_VERSION.
define( 'WC_AMAZON_PAY_VERSION', '1.13.0' ); // WRCS: DEFINED_VERSION.

/**
* Amazon Pay main class
Expand Down

0 comments on commit f92221d

Please sign in to comment.