Skip to content

Commit 181f874

Browse files
committed
Product version bump update
1 parent 6d921c2 commit 181f874

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Amazon Pay Changelog ***
22

3-
= 1.13.1 - 2021-xx-xx =
3+
= 1.13.1 - 2021-02-25 =
44
* Fix - Avoid hiding default shipping fields at checkout.
55

66
= 1.13.0 - 2021-02-18 =

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-amazon-pay",
33
"description": "Amazon Pay Gateway for WooCommerce",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"title": "WooCommerce Gateway Amazon Pay",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, woothemes, akeda, jeffstieler, mikejolley
33
Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce
44
Requires at least: 4.4
55
Tested up to: 5.6
6-
Stable tag: 1.13.0
6+
Stable tag: 1.13.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

6262
== Changelog ==
6363

64-
= 1.13.1 - 2021-xx-xx =
64+
= 1.13.1 - 2021-02-25 =
6565
* Fix - Avoid hiding default shipping fields at checkout.
6666

6767
= 1.13.0 - 2021-02-18 =

woocommerce-gateway-amazon-payments-advanced.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Tested up to: 5.6
1111
* WC tested up to: 5.0
1212
* WC requires at least: 2.6
13-
* Version: 1.13.0
13+
* Version: 1.13.1
1414
*
1515
* Copyright: © 2021 WooCommerce
1616
* License: GNU General Public License v3.0
@@ -19,7 +19,7 @@
1919
* @package WC_Gateway_Amazon_Pay
2020
*/
2121

22-
define( 'WC_AMAZON_PAY_VERSION', '1.13.0' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_AMAZON_PAY_VERSION', '1.13.1' ); // WRCS: DEFINED_VERSION.
2323

2424
/**
2525
* Amazon Pay main class

0 commit comments

Comments
 (0)