Skip to content

Commit 8d4bb82

Browse files
committed
version 1.1.0 release
1 parent 644519d commit 8d4bb82

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb-woocommerce-checkout",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "WooCommerce stablecoin checkout powered by thirdweb",
55
"packageManager": "pnpm@10.25.0",
66
"scripts": {

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ You can verify payments by:
181181

182182
== Changelog ==
183183

184+
= 1.1.0 - 2024-12-15 =
185+
* Now using thirdweb checkout widget iframe
186+
184187
= 1.0.0 - 2024-12-15 =
185188
* Initial release
186189
* Support for USDC and USDT payments

thirdweb-woocommerce-checkout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: thirdweb Stablecoin Checkout for WooCommerce
44
* Plugin URI: https://github.com/thirdweb-dev/woocommerce-thirdweb-checkout
55
* Description: Accept stablecoin payments (USDC, USDT) via thirdweb CheckoutWidget. Support for multiple blockchains including Base, Ethereum, Polygon, and Arbitrum.
6-
* Version: 1.0.0
6+
* Version: 1.1.0
77
* Author: thirdweb
88
* Author URI: https://thirdweb.com
99
* License: Apache-2.0
@@ -32,7 +32,7 @@
3232

3333
defined('ABSPATH') || exit;
3434

35-
define('THIRDWEB_WC_VERSION', '1.0.0');
35+
define('THIRDWEB_WC_VERSION', '1.1.0');
3636
define('THIRDWEB_WC_PLUGIN_DIR', plugin_dir_path(__FILE__));
3737
define('THIRDWEB_WC_PLUGIN_URL', plugin_dir_url(__FILE__));
3838

0 commit comments

Comments
 (0)