Plugin Directory

Changeset 3204064


Ignore:
Timestamp:
12/07/2024 12:35:59 PM (16 months ago)
Author:
depayfi
Message:

Update to version 2.12.16 from GitHub

Location:
depay-payments-for-woocommerce
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • depay-payments-for-woocommerce/tags/2.12.16/assets/css/depay.css

    r3077549 r3204064  
    1010  margin-left: .25em;
    1111  max-height: 28px;
     12  max-width: 28px;
    1213}
    1314
  • depay-payments-for-woocommerce/tags/2.12.16/depay-woocommerce-payments.php

    r3199823 r3204064  
    1212 * Requires at least: 5.8
    1313 * Requires PHP: 7.0
    14  * Version: 2.12.15
     14 * Version: 2.12.16
    1515 *
    1616 * @package DePay\Payments
     
    2222define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' );
    2323define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' );
    24 define( 'DEPAY_CURRENT_VERSION', '2.12.15' );
     24define( 'DEPAY_CURRENT_VERSION', '2.12.16' );
    2525
    2626require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php';
  • depay-payments-for-woocommerce/tags/2.12.16/languages/depay-woocommerce-payments.pot

    r3199823 r3204064  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: DePay WooCommerce Payments 2.12.15\n"
     5"Project-Id-Version: DePay WooCommerce Payments 2.12.16\n"
    66"Report-Msgid-Bugs-To: "
    77"support@depay.com\n"
  • depay-payments-for-woocommerce/tags/2.12.16/package.json

    r3199823 r3204064  
    22  "name": "@depay/web3-woocommerce-depay-payments",
    33  "moduleName": "WooCommerceDePayPayments",
    4   "version": "2.12.15",
     4  "version": "2.12.16",
    55  "description": "Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    66  "main": "./dist/umd/index.js",
  • depay-payments-for-woocommerce/tags/2.12.16/readme.txt

    r3199823 r3204064  
    11=== Web3 Crypto Payments by DePay for WooCommerce ===
    22Contributors: depayfi
    3 Tags: web3, payments, woocommerce, depay, cryptocurrency
     3Tags: web3, payments, woocommerce, depay, crypto
    44Requires at least: 6.0
    55Tested up to: 6.7
    66Requires PHP: 7.2
    7 Stable tag: 2.12.15
     7Stable tag: 2.12.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747* No gateway, no redirect: Receive Web3 payments directly on your WooCommerce store (on-site).
    48 * Immediate cash flow: Receive payments directly into your cryptocurrency wallet—settled immediately.
     48* Immediate cash flow: Receive payments directly into your crypto wallet—settled immediately.
    4949* You decide: Receive the tokens you want, like Stablecoins, ETH, BNB, MATIC, SOL, etc.
    5050* Automatic conversion: Accept thousands of different tokens from your customers.
    5151* 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+ cryptocurrency wallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc.
    53 * Mobile support: Supports cryptocurrency payments on mobile devices and via WalletConnect QR codes.
    54 * Peer-to-peer: Payments are made directly into your cryptocurrency wallet. 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.
    5555* No hassle: Payments settle immediately; no fraud and no chargebacks.
    5656
     
    8383== Changelog ==
    8484
     85= 2024-12-7 - v2.12.16 =
     86* fixes blockchain icons on checkout page (on Safari and iPhone)
     87
    8588= 2024-11-30 - v2.12.15 =
    8689* improves readme titles/wording
  • depay-payments-for-woocommerce/trunk/assets/css/depay.css

    r3077549 r3204064  
    1010  margin-left: .25em;
    1111  max-height: 28px;
     12  max-width: 28px;
    1213}
    1314
  • depay-payments-for-woocommerce/trunk/depay-woocommerce-payments.php

    r3199823 r3204064  
    1212 * Requires at least: 5.8
    1313 * Requires PHP: 7.0
    14  * Version: 2.12.15
     14 * Version: 2.12.16
    1515 *
    1616 * @package DePay\Payments
     
    2222define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' );
    2323define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' );
    24 define( 'DEPAY_CURRENT_VERSION', '2.12.15' );
     24define( 'DEPAY_CURRENT_VERSION', '2.12.16' );
    2525
    2626require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php';
  • depay-payments-for-woocommerce/trunk/languages/depay-woocommerce-payments.pot

    r3199823 r3204064  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: DePay WooCommerce Payments 2.12.15\n"
     5"Project-Id-Version: DePay WooCommerce Payments 2.12.16\n"
    66"Report-Msgid-Bugs-To: "
    77"support@depay.com\n"
  • depay-payments-for-woocommerce/trunk/package.json

    r3199823 r3204064  
    22  "name": "@depay/web3-woocommerce-depay-payments",
    33  "moduleName": "WooCommerceDePayPayments",
    4   "version": "2.12.15",
     4  "version": "2.12.16",
    55  "description": "Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    66  "main": "./dist/umd/index.js",
  • depay-payments-for-woocommerce/trunk/readme.txt

    r3199823 r3204064  
    11=== Web3 Crypto Payments by DePay for WooCommerce ===
    22Contributors: depayfi
    3 Tags: web3, payments, woocommerce, depay, cryptocurrency
     3Tags: web3, payments, woocommerce, depay, crypto
    44Requires at least: 6.0
    55Tested up to: 6.7
    66Requires PHP: 7.2
    7 Stable tag: 2.12.15
     7Stable tag: 2.12.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747* No gateway, no redirect: Receive Web3 payments directly on your WooCommerce store (on-site).
    48 * Immediate cash flow: Receive payments directly into your cryptocurrency wallet—settled immediately.
     48* Immediate cash flow: Receive payments directly into your crypto wallet—settled immediately.
    4949* You decide: Receive the tokens you want, like Stablecoins, ETH, BNB, MATIC, SOL, etc.
    5050* Automatic conversion: Accept thousands of different tokens from your customers.
    5151* 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+ cryptocurrency wallets like MetaMask, Coinbase, Phantom, Trust, crypto.com DeFi, 1inch, etc.
    53 * Mobile support: Supports cryptocurrency payments on mobile devices and via WalletConnect QR codes.
    54 * Peer-to-peer: Payments are made directly into your cryptocurrency wallet. 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.
    5555* No hassle: Payments settle immediately; no fraud and no chargebacks.
    5656
     
    8383== Changelog ==
    8484
     85= 2024-12-7 - v2.12.16 =
     86* fixes blockchain icons on checkout page (on Safari and iPhone)
     87
    8588= 2024-11-30 - v2.12.15 =
    8689* improves readme titles/wording
Note: See TracChangeset for help on using the changeset viewer.