Changeset 3204064
- Timestamp:
- 12/07/2024 12:35:59 PM (16 months ago)
- Location:
- depay-payments-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/2.12.16 (copied) (copied from depay-payments-for-woocommerce/trunk)
-
tags/2.12.16/assets/css/depay.css (modified) (1 diff)
-
tags/2.12.16/depay-woocommerce-payments.php (modified) (2 diffs)
-
tags/2.12.16/languages/depay-woocommerce-payments.pot (modified) (1 diff)
-
tags/2.12.16/package.json (modified) (1 diff)
-
tags/2.12.16/readme.txt (modified) (3 diffs)
-
trunk/assets/css/depay.css (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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
depay-payments-for-woocommerce/tags/2.12.16/assets/css/depay.css
r3077549 r3204064 10 10 margin-left: .25em; 11 11 max-height: 28px; 12 max-width: 28px; 12 13 } 13 14 -
depay-payments-for-woocommerce/tags/2.12.16/depay-woocommerce-payments.php
r3199823 r3204064 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 514 * Version: 2.12.16 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 5' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.16' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/tags/2.12.16/languages/depay-woocommerce-payments.pot
r3199823 r3204064 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 5\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.16\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/tags/2.12.16/package.json
r3199823 r3204064 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 5",4 "version": "2.12.16", 5 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", -
depay-payments-for-woocommerce/tags/2.12.16/readme.txt
r3199823 r3204064 1 1 === Web3 Crypto Payments by DePay for WooCommerce === 2 2 Contributors: depayfi 3 Tags: web3, payments, woocommerce, depay, crypto currency3 Tags: web3, payments, woocommerce, depay, crypto 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 57 Stable tag: 2.12.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 * No gateway, no redirect: Receive Web3 payments directly on your WooCommerce store (on-site). 48 * Immediate cash flow: Receive payments directly into your crypto currencywallet—settled immediately.48 * Immediate cash flow: Receive payments directly into your crypto wallet—settled immediately. 49 49 * You decide: Receive the tokens you want, like Stablecoins, ETH, BNB, MATIC, SOL, etc. 50 50 * Automatic conversion: Accept thousands of different tokens from your customers. 51 51 * Multichain support: Accept payments on multiple blockchains in parallel, like Ethereum, Binance Smart Chain, Polygon, Solana, etc. 52 * Multi-wallet support: Accept payments made with over 100+ crypto currencywallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc.53 * Mobile support: Supports crypto currencypayments on mobile devices and via WalletConnect QR codes.54 * Peer-to-peer: Payments are made directly into your crypto currencywallet. No intermediary holds your funds at any time.52 * Multi-wallet support: Accept payments made with over 100+ crypto wallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc. 53 * Mobile support: Supports crypto payments on mobile devices and via WalletConnect QR codes. 54 * Peer-to-peer: Payments are made directly into your crypto wallet. No intermediary holds your funds at any time. 55 55 * No hassle: Payments settle immediately; no fraud and no chargebacks. 56 56 … … 83 83 == Changelog == 84 84 85 = 2024-12-7 - v2.12.16 = 86 * fixes blockchain icons on checkout page (on Safari and iPhone) 87 85 88 = 2024-11-30 - v2.12.15 = 86 89 * improves readme titles/wording -
depay-payments-for-woocommerce/trunk/assets/css/depay.css
r3077549 r3204064 10 10 margin-left: .25em; 11 11 max-height: 28px; 12 max-width: 28px; 12 13 } 13 14 -
depay-payments-for-woocommerce/trunk/depay-woocommerce-payments.php
r3199823 r3204064 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 514 * Version: 2.12.16 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 5' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.16' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/trunk/languages/depay-woocommerce-payments.pot
r3199823 r3204064 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 5\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.16\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/trunk/package.json
r3199823 r3204064 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 5",4 "version": "2.12.16", 5 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", -
depay-payments-for-woocommerce/trunk/readme.txt
r3199823 r3204064 1 1 === Web3 Crypto Payments by DePay for WooCommerce === 2 2 Contributors: depayfi 3 Tags: web3, payments, woocommerce, depay, crypto currency3 Tags: web3, payments, woocommerce, depay, crypto 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 57 Stable tag: 2.12.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 * No gateway, no redirect: Receive Web3 payments directly on your WooCommerce store (on-site). 48 * Immediate cash flow: Receive payments directly into your crypto currencywallet—settled immediately.48 * Immediate cash flow: Receive payments directly into your crypto wallet—settled immediately. 49 49 * You decide: Receive the tokens you want, like Stablecoins, ETH, BNB, MATIC, SOL, etc. 50 50 * Automatic conversion: Accept thousands of different tokens from your customers. 51 51 * Multichain support: Accept payments on multiple blockchains in parallel, like Ethereum, Binance Smart Chain, Polygon, Solana, etc. 52 * Multi-wallet support: Accept payments made with over 100+ crypto currencywallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc.53 * Mobile support: Supports crypto currencypayments on mobile devices and via WalletConnect QR codes.54 * Peer-to-peer: Payments are made directly into your crypto currencywallet. No intermediary holds your funds at any time.52 * Multi-wallet support: Accept payments made with over 100+ crypto wallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc. 53 * Mobile support: Supports crypto payments on mobile devices and via WalletConnect QR codes. 54 * Peer-to-peer: Payments are made directly into your crypto wallet. No intermediary holds your funds at any time. 55 55 * No hassle: Payments settle immediately; no fraud and no chargebacks. 56 56 … … 83 83 == Changelog == 84 84 85 = 2024-12-7 - v2.12.16 = 86 * fixes blockchain icons on checkout page (on Safari and iPhone) 87 85 88 = 2024-11-30 - v2.12.15 = 86 89 * improves readme titles/wording
Note: See TracChangeset
for help on using the changeset viewer.