Plugin Directory

Changeset 2743088


Ignore:
Timestamp:
06/15/2022 07:50:54 PM (4 years ago)
Author:
bitfinex
Message:

v1.2.0

Location:
bitfinex-pay
Files:
181 added
3 edited

Legend:

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

    r2706029 r2743088  
    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.1.1
     7 * Version:           1.2.0
    88 * Author:            Bitfinex
    99 * Author URI:        https://www.bitfinex.com/
  • bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php

    r2706029 r2743088  
    1111 * @extends     WC_Payment_Gateway
    1212 *
    13  * @version     1.1.1
     13 * @version     1.2.0
    1414 */
    1515class WC_Bfx_Pay_Gateway extends WC_Payment_Gateway
     
    268268                    'EUR' => 'EUR',
    269269                    'GBP' => 'GBP',
     270                    'CHF' => 'CHF',
    270271                ],
    271272            ],
  • bitfinex-pay/trunk/readme.txt

    r2706029 r2743088  
    55Tested up to: 5.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.1
     7Stable tag: 1.2.0
    88License: GPLv3
    99License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE
     
    8686
    8787== Changelog ==
     88= 1.2.0 =
     89* Added support for CHF fiat currency
     90
    8891= 1.1.1 =
    8992* Fixed bug with optional api url and redirect url to payment gateway
Note: See TracChangeset for help on using the changeset viewer.