Skip to content

Commit

Permalink
Merge release/6.9.1 into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo committed Dec 7, 2023
2 parents 3ea1e90 + fe871e2 commit d0b1494
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooPayments Changelog ***

= 6.9.1 - 2023-12-07 =
* Fix - Display Klarna & Afterpay on the checkout for UK based stores

= 6.9.0 - 2023-12-06 =
* Add - Added cleanup code after Payment Processing - RPP.
* Add - Adds new option to track dismissal of PO eligibility modal.
Expand Down
2 changes: 1 addition & 1 deletion includes/payment-methods/class-afterpay-payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct( $token_service ) {
], // Represents NZD 1 - 2,000 NZD.
],
'GBP' => [
'UK' => [
'GB' => [
'min' => 100,
'max' => 120000,
], // Represents GBP 1 - 1,200 GBP.
Expand Down
2 changes: 1 addition & 1 deletion includes/payment-methods/class-klarna-payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct( $token_service ) {
],
],
'GBP' => [
'UK' => [
'GB' => [
'min' => 0,
'max' => 1150000,
],
Expand Down
4 changes: 2 additions & 2 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": "6.9.0",
"version": "6.9.1",
"main": "webpack.config.js",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce payments, apple pay, credit card, google pay, payment, payment
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.3
Stable tag: 6.9.0
Stable tag: 6.9.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 6.9.1 - 2023-12-07 =
* Fix - Display Klarna & Afterpay on the checkout for UK based stores


= 6.9.0 - 2023-12-06 =
* Add - Added cleanup code after Payment Processing - RPP.
* Add - Adds new option to track dismissal of PO eligibility modal.
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* WC tested up to: 8.3.1
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 6.9.0
* Version: 6.9.1
*
* @package WooCommerce\Payments
*/
Expand Down

0 comments on commit d0b1494

Please sign in to comment.