From b5c7c4f783facd57d00f49f215be3579820f85b9 Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Fri, 30 Aug 2024 10:08:52 +0200 Subject: [PATCH] 2.3.6: fix wordpress org description --- README.md | 4 ++-- block.json | 4 ++-- depay-donations.php | 6 +++--- package.json | 4 ++-- readme.txt | 11 +++++++---- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9dc9011..aab7b9a 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/block.json b/block.json index d5d6905..0e9a5b0 100644 --- a/block.json +++ b/block.json @@ -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", diff --git a/depay-donations.php b/depay-donations.php index fb9d077..21c1b06 100644 --- a/depay-donations.php +++ b/depay-donations.php @@ -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 @@ -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__ ); diff --git a/package.json b/package.json index 91956da..0ae0bce 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/readme.txt b/readme.txt index a3ba8d8..676d4dc 100644 --- a/readme.txt +++ b/readme.txt @@ -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). @@ -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 @@ -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 =