Changeset 3199821
- Timestamp:
- 11/30/2024 10:13:39 AM (16 months ago)
- Location:
- depay-payments-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/2.12.14 (copied) (copied from depay-payments-for-woocommerce/trunk)
-
tags/2.12.14/README.md (modified) (1 diff)
-
tags/2.12.14/depay-woocommerce-payments.php (modified) (2 diffs)
-
tags/2.12.14/languages/depay-woocommerce-payments.pot (modified) (1 diff)
-
tags/2.12.14/package.json (modified) (1 diff)
-
tags/2.12.14/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/depay-woocommerce-payments.php (modified) (2 diffs)
-
trunk/languages/depay-woocommerce-payments.pot (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
depay-payments-for-woocommerce/tags/2.12.14/README.md
r3198059 r3199821 3 3  4 4 5 Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…5 Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 6 6 7 7 ### Demo -
depay-payments-for-woocommerce/tags/2.12.14/depay-woocommerce-payments.php
r3199817 r3199821 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 314 * Version: 2.12.14 15 15 * 16 16 * @package DePay\Payments … … 22 22 define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' ); 23 23 define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' ); 24 define( 'DEPAY_CURRENT_VERSION', '2.12.1 3' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.14' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/tags/2.12.14/languages/depay-woocommerce-payments.pot
r3199817 r3199821 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 3\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.14\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/tags/2.12.14/package.json
r3199817 r3199821 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 3",5 "description": " WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.",4 "version": "2.12.14", 5 "description": "Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", 7 7 "module": "./dist/esm/index.js", -
depay-payments-for-woocommerce/tags/2.12.14/readme.txt
r3199817 r3199821 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 37 Stable tag: 2.12.14 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…11 Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 12 12 13 13 == Simple Web3 Cryptocurrency Payments with DePay == … … 83 83 == Changelog == 84 84 85 = 2024-11-30 - v2.12.14 = 86 * fixes plugin description 87 85 88 = 2024-11-30 - v2.12.13 = 86 89 * fixes changelog formatting -
depay-payments-for-woocommerce/trunk/README.md
r3198059 r3199821 3 3  4 4 5 Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…5 Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 6 6 7 7 ### Demo -
depay-payments-for-woocommerce/trunk/depay-woocommerce-payments.php
r3199817 r3199821 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 314 * Version: 2.12.14 15 15 * 16 16 * @package DePay\Payments … … 22 22 define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' ); 23 23 define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' ); 24 define( 'DEPAY_CURRENT_VERSION', '2.12.1 3' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.14' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/trunk/languages/depay-woocommerce-payments.pot
r3199817 r3199821 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 3\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.14\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/trunk/package.json
r3199817 r3199821 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 3",5 "description": " WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.",4 "version": "2.12.14", 5 "description": "Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", 7 7 "module": "./dist/esm/index.js", -
depay-payments-for-woocommerce/trunk/readme.txt
r3199817 r3199821 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 37 Stable tag: 2.12.14 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…11 Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… 12 12 13 13 == Simple Web3 Cryptocurrency Payments with DePay == … … 83 83 == Changelog == 84 84 85 = 2024-11-30 - v2.12.14 = 86 * fixes plugin description 87 85 88 = 2024-11-30 - v2.12.13 = 86 89 * fixes changelog formatting
Note: See TracChangeset
for help on using the changeset viewer.