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

Commit

Permalink
2.3.6: fix wordpress org description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Aug 30, 2024
1 parent a7f94fa commit b5c7c4f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ https://web3wordpress.xyz/
In order to release the plugins simply push a git tag:

```
git tag v2.3.5
git push origin v2.3.5
git tag v2.3.6
git push origin v2.3.6
```
4 changes: 2 additions & 2 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "depay-donations/block",
"title": "DePay Donations",
"category": "widgets",
"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...",
"description": "Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC",
"keywords": [ "donations", "cryptocurrency", "web3", "DePay", "USDC" ],
"version": "2.3.5",
"version": "2.3.6",
"textdomain": "depay-donations",
"example": {},
"editorScript": "depay-donations-script",
Expand Down
6 changes: 3 additions & 3 deletions depay-donations.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* @wordpress-plugin
* Plugin Name: DePay Donations
* Plugin URI: https://depay.com/plugins/wordpress
* 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...
* Version: 2.3.5
* Description: Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC
* Version: 2.3.6
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Author: DePay
Expand All @@ -29,7 +29,7 @@
define( 'DEPAYDONATIONS_NAME', 'DePay Donations' );

// Plugin version
define( 'DEPAYDONATIONS_VERSION', '2.3.5' );
define( 'DEPAYDONATIONS_VERSION', '2.3.6' );

// Plugin Root File
define( 'DEPAYDONATIONS_PLUGIN_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@depay/web3-wordpress-depay-donations",
"moduleName": "WordpressDePayDonations",
"version": "2.3.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...",
"version": "2.3.6",
"description": "Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Contributors: depayfi
Tags: donations, cryptocurrency, web3, DePay, USDC
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 2.3.5
Stable tag: 2.3.6
Requires PHP: 5.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

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

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

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

== Changelog ==

= 2.3.6 =
* fix wordpress.org description

= 2.3.5 =
* fixes some wallet connectivity issues

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

= 2.3.5 =
= 2.3.6 =
* fixes mobile wallet connectivity (WalletConnect)

= 2.3.0 =
Expand Down

0 comments on commit b5c7c4f

Please sign in to comment.