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

Commit b5c7c4f

Browse files
committed
2.3.6: fix wordpress org description
1 parent a7f94fa commit b5c7c4f

5 files changed

Lines changed: 16 additions & 13 deletions

File tree

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

block.json

Lines changed: 2 additions & 2 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": "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...",
7+
"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.5",
9+
"version": "2.3.6",
1010
"textdomain": "depay-donations",
1111
"example": {},
1212
"editorScript": "depay-donations-script",

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: 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
16+
* Description: Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC
17+
* Version: 2.3.6
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.5' );
32+
define( 'DEPAYDONATIONS_VERSION', '2.3.6' );
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.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...",
4+
"version": "2.3.6",
5+
"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",
88
"files": [

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ 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.5
6+
Stable tag: 2.3.6
77
Requires PHP: 5.6
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
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...
11+
Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC
1212

1313
== Description ==
1414

15-
**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...**
15+
**Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC**
1616

1717
A Block-enabled WordPress plugin for Web3, onchain, cryptocurrency donations supporting various blockchains and tokens (auto-conversion).
1818

@@ -80,6 +80,9 @@ Start for free. Pay-as-you-go 1.5% per transaction.
8080

8181
== Changelog ==
8282

83+
= 2.3.6 =
84+
* fix wordpress.org description
85+
8386
= 2.3.5 =
8487
* fixes some wallet connectivity issues
8588

@@ -92,7 +95,7 @@ Start for free. Pay-as-you-go 1.5% per transaction.
9295
= 2.3.1 =
9396
* linking the widget is not supported anymore, please use the button component
9497

95-
= 2.3.5 =
98+
= 2.3.6 =
9699
* fixes mobile wallet connectivity (WalletConnect)
97100

98101
= 2.3.0 =

0 commit comments

Comments
 (0)