From 24ba48f94b0986f90c3fd0bdc30065668a81ff5f Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Mon, 1 Jul 2024 09:32:58 +0200 Subject: [PATCH] v2.3.3 --- README.md | 4 ++-- block.json | 2 +- depay-donations.php | 4 ++-- package.json | 2 +- readme.txt | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9b4d668..7cfe8dd 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.2 -git push origin v2.3.2 +git tag v2.3.3 +git push origin v2.3.3 ``` diff --git a/block.json b/block.json index 56561b4..533db33 100644 --- a/block.json +++ b/block.json @@ -6,7 +6,7 @@ "category": "widgets", "description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P crypto donations with on-the-fly conversion.", "keywords": [ "donations", "cryptocurrency", "p2p", "web3", "depay" ], - "version": "2.3.2", + "version": "2.3.3", "textdomain": "depay-donations", "example": {}, "editorScript": "depay-donations-script", diff --git a/depay-donations.php b/depay-donations.php index 978cf2b..5e65467 100644 --- a/depay-donations.php +++ b/depay-donations.php @@ -14,7 +14,7 @@ * Plugin Name: DePay Donations * Plugin URI: https://depay.com/plugins/wordpress * 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. - * Version: 2.3.2 + * Version: 2.3.3 * 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.2' ); +define( 'DEPAYDONATIONS_VERSION', '2.3.3' ); // Plugin Root File define( 'DEPAYDONATIONS_PLUGIN_FILE', __FILE__ ); diff --git a/package.json b/package.json index f15e439..3709f15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@depay/web3-wordpress-depay-donations", "moduleName": "WordpressDePayDonations", - "version": "2.3.2", + "version": "2.3.3", "description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P cryptocurrency donations on multiple blockchains.", "main": "./dist/umd/index.js", "module": "./dist/esm/index.js", diff --git a/readme.txt b/readme.txt index 326092d..51f8ffc 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: depayfi Tags: donations, cryptocurrency, p2p, web3, depay Requires at least: 5.0 Tested up to: 6.5 -Stable tag: 2.3.2 +Stable tag: 2.3.3 Requires PHP: 5.6 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -90,13 +90,13 @@ Building on the idea that "Web3" is the next generation of a blockchain-based an == Changelog == -= 2.3.2 = += 2.3.3 = * fixes Solana RPC failover issues = 2.3.1 = * linking the widget is not supported anymore, please use the button component -= 2.3.2 = += 2.3.3 = * fixes mobile wallet connectivity (WalletConnect) = 2.3.0 =