Skip to content

Commit 172ab2a

Browse files
committed
Merge trunk v8.2.1 into develop
2 parents cb5460d + 2a4e975 commit 172ab2a

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** WooPayments Changelog ***
22

3+
= 8.2.1 - 2024-09-13 =
4+
* Fix - Create div container element with JS dynamically.
5+
36
= 8.2.0 - 2024-09-11 =
47
* Add - add: test instructions icon animation
58
* Add - Added Embdedded KYC, currently behind feature flag.

package-lock.json

Lines changed: 2 additions & 2 deletions
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,6 +1,6 @@
11
{
22
"name": "woocommerce-payments",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce payments, apple pay, credit card, google pay, payment, payment
44
Requires at least: 6.0
55
Tested up to: 6.6
66
Requires PHP: 7.3
7-
Stable tag: 8.2.0
7+
Stable tag: 8.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9595
== Changelog ==
9696

97+
= 8.2.1 - 2024-09-13 =
98+
* Fix - Create div container element with JS dynamically.
99+
100+
97101
= 8.2.0 - 2024-09-11 =
98102
* Add - add: test instructions icon animation
99103
* Add - Added Embdedded KYC, currently behind feature flag.

woocommerce-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* WC tested up to: 9.2.0
1212
* Requires at least: 6.0
1313
* Requires PHP: 7.3
14-
* Version: 8.2.0
14+
* Version: 8.2.1
1515
* Requires Plugins: woocommerce
1616
*
1717
* @package WooCommerce\Payments

0 commit comments

Comments
 (0)