Plugin Directory

Changeset 3199823


Ignore:
Timestamp:
11/30/2024 10:16:33 AM (16 months ago)
Author:
depayfi
Message:

Update to version 2.12.15 from GitHub

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

Legend:

Unmodified
Added
Removed
  • depay-payments-for-woocommerce/tags/2.12.15/depay-woocommerce-payments.php

    r3199821 r3199823  
    1212 * Requires at least: 5.8
    1313 * Requires PHP: 7.0
    14  * Version: 2.12.14
     14 * Version: 2.12.15
    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.14' );
     24define( 'DEPAY_CURRENT_VERSION', '2.12.15' );
    2525
    2626require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php';
  • depay-payments-for-woocommerce/tags/2.12.15/languages/depay-woocommerce-payments.pot

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

    r3199821 r3199823  
    22  "name": "@depay/web3-woocommerce-depay-payments",
    33  "moduleName": "WooCommerceDePayPayments",
    4   "version": "2.12.14",
     4  "version": "2.12.15",
    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.15/readme.txt

    r3199821 r3199823  
    1 === Web3 Cryptocurrency Payments by DePay for WooCommerce ===
     1=== Web3 Crypto Payments by DePay for WooCommerce ===
    22Contributors: depayfi
    33Tags: web3, payments, woocommerce, depay, cryptocurrency
     
    55Tested up to: 6.7
    66Requires PHP: 7.2
    7 Stable tag: 2.12.14
     7Stable tag: 2.12.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…
    1212
    13 == Simple Web3 Cryptocurrency Payments with DePay ==
     13== Simple Web3 Crypto Payments with DePay ==
    1414
    1515[youtube https://www.youtube.com/watch?v=j8Vx0Rrx07E]
     
    8383== Changelog ==
    8484
     85= 2024-11-30 - v2.12.15 =
     86* improves readme titles/wording
     87
    8588= 2024-11-30 - v2.12.14 =
    8689* fixes plugin description
  • depay-payments-for-woocommerce/trunk/depay-woocommerce-payments.php

    r3199821 r3199823  
    1212 * Requires at least: 5.8
    1313 * Requires PHP: 7.0
    14  * Version: 2.12.14
     14 * Version: 2.12.15
    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.14' );
     24define( 'DEPAY_CURRENT_VERSION', '2.12.15' );
    2525
    2626require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php';
  • depay-payments-for-woocommerce/trunk/languages/depay-woocommerce-payments.pot

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

    r3199821 r3199823  
    22  "name": "@depay/web3-woocommerce-depay-payments",
    33  "moduleName": "WooCommerceDePayPayments",
    4   "version": "2.12.14",
     4  "version": "2.12.15",
    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

    r3199821 r3199823  
    1 === Web3 Cryptocurrency Payments by DePay for WooCommerce ===
     1=== Web3 Crypto Payments by DePay for WooCommerce ===
    22Contributors: depayfi
    33Tags: web3, payments, woocommerce, depay, cryptocurrency
     
    55Tested up to: 6.7
    66Requires PHP: 7.2
    7 Stable tag: 2.12.14
     7Stable tag: 2.12.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…
    1212
    13 == Simple Web3 Cryptocurrency Payments with DePay ==
     13== Simple Web3 Crypto Payments with DePay ==
    1414
    1515[youtube https://www.youtube.com/watch?v=j8Vx0Rrx07E]
     
    8383== Changelog ==
    8484
     85= 2024-11-30 - v2.12.15 =
     86* improves readme titles/wording
     87
    8588= 2024-11-30 - v2.12.14 =
    8689* fixes plugin description
Note: See TracChangeset for help on using the changeset viewer.