Changeset 3200316
- Timestamp:
- 12/01/2024 05:41:03 PM (16 months ago)
- Location:
- depay-payments
- Files:
-
- 11 edited
- 1 copied
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/screenshot-1.jpg (modified) (previous)
-
tags/3.0.1 (copied) (copied from depay-payments/trunk)
-
tags/3.0.1/block.json (modified) (1 diff)
-
tags/3.0.1/depay-payments.php (modified) (2 diffs)
-
tags/3.0.1/package.json (modified) (1 diff)
-
tags/3.0.1/readme.txt (modified) (2 diffs)
-
trunk/block.json (modified) (1 diff)
-
trunk/depay-payments.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
depay-payments/tags/3.0.1/block.json
r3200311 r3200316 7 7 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 8 8 "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ], 9 "version": "3.0. 0",9 "version": "3.0.1", 10 10 "textdomain": "depay-payments", 11 11 "example": {}, -
depay-payments/tags/3.0.1/depay-payments.php
r3200311 r3200316 15 15 * Plugin URI: https://depay.com/plugins/wordpress 16 16 * Description: Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 17 * Version: 3.0. 017 * Version: 3.0.1 18 18 * License: GPL-2.0+ 19 19 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 30 30 31 31 // Plugin version 32 define( 'DEPAYPAYMENTS_VERSION', '3.0. 0' );32 define( 'DEPAYPAYMENTS_VERSION', '3.0.1' ); 33 33 34 34 // Plugin Root File -
depay-payments/tags/3.0.1/package.json
r3200311 r3200316 2 2 "name": "@depay/web3-wordpress-depay", 3 3 "moduleName": "WordpressDePayPayments", 4 "version": "3.0. 0",4 "version": "3.0.1", 5 5 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", -
depay-payments/tags/3.0.1/readme.txt
r3200311 r3200316 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 3.0. 06 Stable tag: 3.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 71 71 == Changelog == 72 72 73 = 2024-12-1 - v3.0.1 = 74 * change wordpress.org screenshots 75 73 76 = 2024-12-1 - v3.0.0 = 74 77 * merges donation + payment plugin into one: DePay for Wordpress -
depay-payments/trunk/block.json
r3200311 r3200316 7 7 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 8 8 "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ], 9 "version": "3.0. 0",9 "version": "3.0.1", 10 10 "textdomain": "depay-payments", 11 11 "example": {}, -
depay-payments/trunk/depay-payments.php
r3200311 r3200316 15 15 * Plugin URI: https://depay.com/plugins/wordpress 16 16 * Description: Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 17 * Version: 3.0. 017 * Version: 3.0.1 18 18 * License: GPL-2.0+ 19 19 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 30 30 31 31 // Plugin version 32 define( 'DEPAYPAYMENTS_VERSION', '3.0. 0' );32 define( 'DEPAYPAYMENTS_VERSION', '3.0.1' ); 33 33 34 34 // Plugin Root File -
depay-payments/trunk/package.json
r3200311 r3200316 2 2 "name": "@depay/web3-wordpress-depay", 3 3 "moduleName": "WordpressDePayPayments", 4 "version": "3.0. 0",4 "version": "3.0.1", 5 5 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", -
depay-payments/trunk/readme.txt
r3200311 r3200316 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 3.0. 06 Stable tag: 3.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 71 71 == Changelog == 72 72 73 = 2024-12-1 - v3.0.1 = 74 * change wordpress.org screenshots 75 73 76 = 2024-12-1 - v3.0.0 = 74 77 * merges donation + payment plugin into one: DePay for Wordpress
Note: See TracChangeset
for help on using the changeset viewer.