Plugin Directory

Changeset 2640682


Ignore:
Timestamp:
12/07/2021 02:04:11 PM (4 years ago)
Author:
bitfinex
Message:

released v1.0.4

Location:
bitfinex-pay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bitfinex-pay/trunk/bfx-pay-woocommerce.php

    r2617972 r2640682  
    55 * Plugin URI:        https://github.com/bitfinexcom/bfx-pay-woocommerce/
    66 * Description:       Allows e-commerce customers to pay for goods and services with crypto currencies. It provides a payment gateway that could be used by any e-commerce to sell their products and services as long as they have an Intermediate-verified (or higher KYC level) Merchant account on the Bitfinex platform.
    7  * Version:           1.0.3
     7 * Version:           1.0.4
    88 * Author:            Bitfinex
    99 * Author URI:        https://www.bitfinex.com/
  • bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php

    r2617972 r2640682  
    231231                    'UST-ETH' => 'UST-ETH',
    232232                    'UST-TRX' => 'UST-TRX',
     233                    'UST-LBT' => 'UST-LBT',
     234                    'LBT' => 'LBT',
    233235                    'LNX' => 'LNX',
    234236                ],
  • bitfinex-pay/trunk/readme.txt

    r2617972 r2640682  
    55Tested up to: 5.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv3
    99License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE
     
    8686
    8787== Changelog ==
     88= 1.0.4 =
     89* Added support for LBT and UST-LBT
     90
    8891= 1.0.3 =
    8992* Added state to customer info
Note: See TracChangeset for help on using the changeset viewer.