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

Commit a7f94fa

Browse files
committed
v2.3.5
1 parent 5d2f24a commit a7f94fa

11 files changed

Lines changed: 58 additions & 66 deletions

File tree

.wordpress-org/banner-1544x500.jpg

20.8 KB
Loading

.wordpress-org/banner-772x250.jpg

9.12 KB
Loading

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.4
25-
git push origin v2.3.4
24+
git tag v2.3.5
25+
git push origin v2.3.5
2626
```

block.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"name": "depay-donations/block",
55
"title": "DePay Donations",
66
"category": "widgets",
7-
"description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P crypto donations with on-the-fly conversion.",
8-
"keywords": [ "donations", "cryptocurrency", "p2p", "web3", "depay" ],
9-
"version": "2.3.4",
7+
"description": "Accept Web3 donations, supporting various cryptocurrency tokens and wallets, with the DePay Donation extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...",
8+
"keywords": [ "donations", "cryptocurrency", "web3", "DePay", "USDC" ],
9+
"version": "2.3.5",
1010
"textdomain": "depay-donations",
1111
"example": {},
1212
"editorScript": "depay-donations-script",

core/includes/assets/css/frontend.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.wp-block-depay-donations-block {
2-
1+
.wp-block-depay-donations-block, .wp-block-depay-donations-block * {
2+
outline: none !important;
33
}
44

55
.wp-block-depay-donations-block.align_right {

core/includes/assets/js/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
},
4141
icon,
42-
keywords: [ "donations", "cryptocurrency", "p2p", "web3", "depay" ],
42+
keywords: [ "donations", "cryptocurrency", "web3", "DePay", "USDC" ],
4343
category: 'widgets',
4444
example: {},
4545
edit: function (props) {

core/includes/assets/js/blockchains.js

Lines changed: 1 addition & 2 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: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

depay-donations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* @wordpress-plugin
1414
* Plugin Name: DePay Donations
1515
* Plugin URI: https://depay.com/plugins/wordpress
16-
* Description: Web3 donations directly into your own wallet. Block-enabled Wordpress plugin for P2P cryptocurrency donations on multiple blockchains, with on-the-fly token conversion.
17-
* Version: 2.3.4
16+
* Description: Accept Web3 donations, supporting various cryptocurrency tokens and wallets, with the DePay Donation extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...
17+
* Version: 2.3.5
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.4' );
32+
define( 'DEPAYDONATIONS_VERSION', '2.3.5' );
3333

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@depay/web3-wordpress-depay-donations",
33
"moduleName": "WordpressDePayDonations",
4-
"version": "2.3.4",
5-
"description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P cryptocurrency donations on multiple blockchains.",
4+
"version": "2.3.5",
5+
"description": "Accept Web3 donations, supporting various cryptocurrency tokens and wallets, with the DePay Donation extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...",
66
"main": "./dist/umd/index.js",
77
"module": "./dist/esm/index.js",
88
"files": [

0 commit comments

Comments
 (0)