Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit ee79a3c

Browse files
committed
v2.3.8: fix loading payment options (rpc settings & rotation)
1 parent fe05984 commit ee79a3c

File tree

7 files changed

+72
-60
lines changed

7 files changed

+72
-60
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ https://web3wordpress.xyz/
2121
In order to release the plugins simply push a git tag:
2222

2323
```
24-
git tag v2.3.7
25-
git push origin v2.3.7
24+
git tag v2.3.8
25+
git push origin v2.3.8
2626
```

block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"category": "widgets",
77
"description": "Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC…",
88
"keywords": [ "donations", "cryptocurrency", "web3", "DePay", "USDC" ],
9-
"version": "2.3.7",
9+
"version": "2.3.8",
1010
"textdomain": "depay-donations",
1111
"example": {},
1212
"editorScript": "depay-donations-script",

core/includes/assets/js/blockchains.js

Lines changed: 35 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/includes/assets/js/widgets.bundle.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

depay-donations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: DePay Donations
1515
* Plugin URI: https://depay.com/plugins/wordpress
1616
* Description: Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC…
17-
* Version: 2.3.7
17+
* Version: 2.3.8
1818
* License: GPL-2.0+
1919
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2020
* Author: DePay
@@ -29,7 +29,7 @@
2929
define( 'DEPAYDONATIONS_NAME', 'DePay Donations' );
3030

3131
// Plugin version
32-
define( 'DEPAYDONATIONS_VERSION', '2.3.7' );
32+
define( 'DEPAYDONATIONS_VERSION', '2.3.8' );
3333

3434
// Plugin Root File
3535
define( 'DEPAYDONATIONS_PLUGIN_FILE', __FILE__ );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-wordpress-depay-donations",
33
"moduleName": "WordpressDePayDonations",
4-
"version": "2.3.7",
4+
"version": "2.3.8",
55
"description": "Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC…",
66
"main": "./dist/umd/index.js",
77
"module": "./dist/esm/index.js",

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: depayfi
33
Tags: donations, cryptocurrency, web3, DePay, USDC
44
Requires at least: 5.0
55
Tested up to: 6.6
6-
Stable tag: 2.3.7
6+
Stable tag: 2.3.8
77
Requires PHP: 5.6
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -80,6 +80,9 @@ Start for free. Pay-as-you-go 1.5% per transaction.
8080

8181
== Changelog ==
8282

83+
= 2.3.8 =
84+
* fix loading payment options (rpc settings & rotation)
85+
8386
= 2.3.7 =
8487
* fix prevents deadlock: widget loading payment options forever
8588

@@ -98,7 +101,7 @@ Start for free. Pay-as-you-go 1.5% per transaction.
98101
= 2.3.1 =
99102
* linking the widget is not supported anymore, please use the button component
100103

101-
= 2.3.7 =
104+
= 2.3.8 =
102105
* fixes mobile wallet connectivity (WalletConnect)
103106

104107
= 2.3.0 =

0 commit comments

Comments
 (0)