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

Commit 76f8a1e

Browse files
committed
v2.1.4: fix wrap<>unwrap payments & applied gas
1 parent fd0d7c0 commit 76f8a1e

7 files changed

Lines changed: 26 additions & 22 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.1.3
25-
git push origin v2.1.3
24+
git tag v2.1.4
25+
git push origin v2.1.4
2626
```

block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"category": "widgets",
77
"description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P crypto donations with on-the-fly conversion.",
88
"keywords": [ "donations", "cryptocurrency", "p2p", "web3", "depay" ],
9-
"version": "2.1.3",
9+
"version": "2.1.4",
1010
"textdomain": "depay-donations",
1111
"example": {},
1212
"editorScript": "depay-donations-script",

core/includes/assets/js/blockchains.js

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

depay-donations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: DePay Donations
1515
* Plugin URI: https://depay.com/plugins/wordpress
1616
* 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.1.3
17+
* Version: 2.1.4
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.1.3' );
32+
define( 'DEPAYDONATIONS_VERSION', '2.1.4' );
3333

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-wordpress-depay-donations",
33
"moduleName": "WordpressDePayDonations",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P cryptocurrency donations on multiple blockchains.",
66
"main": "./dist/umd/index.js",
77
"module": "./dist/esm/index.js",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: depayfi
33
Tags: donations, cryptocurrency, p2p, web3, depay
44
Requires at least: 5.0
55
Tested up to: 6.3
6-
Stable tag: 2.1.3
6+
Stable tag: 2.1.4
77
Requires PHP: 5.6
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -90,6 +90,10 @@ Building on the idea that "Web3" is the next generation of a blockchain-based an
9090

9191
== Changelog ==
9292

93+
= 2.1.4 =
94+
* fix wrap<>unwrap payments
95+
* fix applied gas
96+
9397
= 2.1.3 =
9498
* fix: Trust Wallet mobile connections
9599

0 commit comments

Comments
 (0)