Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessil committed Jan 26, 2023
1 parent 4c043f7 commit 7cdcd05
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 ***

= 2.4.0 - 2023-xx-xx =
= 2.4.0 - 2023-01-26 =

* Update - Bumped required WordPress and WooCommerce versions.
* Fix - Address street missing in billing address (Germany addresses).
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": "2.3.0",
"version": "2.4.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: 5.5
Tested up to: 6.0
Stable tag: 2.3.0
Stable tag: 2.4.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.4.0 - 2023-xx-xx =
= 2.4.0 - 2023-01-26 =

* Update - Bumped required WordPress and WooCommerce versions.
* Fix - Address street missing in billing address (Germany addresses).
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 @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Amazon Pay
* Plugin URI: https://woocommerce.com/products/pay-with-amazon/
* Description: Amazon Pay is embedded directly into your existing web site, and all the buyer interactions with Amazon Pay and Login with Amazon take place in embedded widgets so that the buyer never leaves your site. Buyers can log in using their Amazon account, select a shipping address and payment method, and then confirm their order. Requires an Amazon Pay seller account and supports USA, UK, Germany, France, Italy, Spain, Luxembourg, the Netherlands, Sweden, Portugal, Hungary, Denmark, and Japan.
* Version: 2.3.0
* Version: 2.4.0
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Text Domain: woocommerce-gateway-amazon-payments-advanced
Expand All @@ -12,14 +12,14 @@
* WC tested up to: 7.0
* WC requires at least: 4.0
*
* Copyright: © 2022 WooCommerce
* Copyright: © 2023 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', '2.3.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_AMAZON_PAY_VERSION', '2.4.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' );

// Declare HPOS compatibility.
Expand Down

0 comments on commit 7cdcd05

Please sign in to comment.