Plugin Directory

Changeset 2670652


Ignore:
Timestamp:
02/01/2022 02:49:26 PM (4 years ago)
Author:
bitfinex
Message:
  • Added support for EUR, GBP fiat currencies
  • Added support for LTC, SOL, DOGE, MATIC, MATICM, AVAX crypto currencies
Location:
bitfinex-pay
Files:
181 added
5 edited

Legend:

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

    r2640682 r2670652  
    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.4
     7 * Version:           1.0.5
    88 * Author:            Bitfinex
    99 * Author URI:        https://www.bitfinex.com/
  • bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php

    r2640682 r2670652  
    234234                    'LBT' => 'LBT',
    235235                    'LNX' => 'LNX',
     236                    'LTC' => 'LTC',
     237                    'SOL' => 'SOL',
     238                    'DOGE' => 'DOGE',
     239                    'MATIC' => 'MATIC',
     240                    'MATICM' => 'MATICM',
     241                    'AVAX' => 'AVAX'
    236242                ],
    237243            ],
     
    244250                'options' => [
    245251                    'USD' => 'USD',
     252                    'EUR' => 'EUR',
     253                    'GBP' => 'GBP'
    246254                ],
    247255            ],
  • bitfinex-pay/trunk/readme.txt

    r2640682 r2670652  
    8686
    8787== Changelog ==
     88= 1.0.5 =
     89* Added support for EUR, GBP fiat currencies
     90* Added support for LTC, SOL, DOGE, MATIC, MATICM, AVAX crypto currencies
     91
    8892= 1.0.4 =
    8993* Added support for LBT and UST-LBT
Note: See TracChangeset for help on using the changeset viewer.