Skip to content

Commit

Permalink
(bump) v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Sep 13, 2024
1 parent a0fa3b0 commit d691032
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bfx-pay-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Bitfinex Pay
* Plugin URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/
* 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.
* Version: 3.1.0
* Version: 3.2.0
* Author: Bitfinex
* Author URI: https://www.bitfinex.com/
* License: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-bfx-pay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @class WC_Bfx_Pay_Gateway
* @extends WC_Payment_Gateway
*
* @version 3.1.0
* @version 3.2.0
*/
class WC_Bfx_Pay_Gateway extends WC_Payment_Gateway
{
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: bitfinex, viganabd
Tags: bitcoin payments, crypto payments, bitcoin, tether token, bitfinex pay, cryptocurrency pay, pay with bitcoin, ethereum payments, tether payments
Requires at least: 6.0
Tested up to: 6.5
Tested up to: 6.6.1
Requires PHP: 7.4
Stable tag: 3.1.0
Stable tag: 3.2.0
License: GPLv3
License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE

Expand Down Expand Up @@ -90,6 +90,10 @@ Note: The maximum invoice amount is $ 1,000 (equivalent).


== Changelog ==
= 3.2.0 =
* Use woocommerce currency setting instead of adding a separate config for it
* Added support for block checkout

= 3.1.0 =
* Added support for the following fiat currencies: CNY, JPY, KRW, INR, HKD, AUD, TWD, BRL, RUB, IDR, MXN, PEN, UYU, VES, COP, ARS, AED, HNL, GTQ
* Added support for the following crypto currencies: USDt TON
Expand Down

0 comments on commit d691032

Please sign in to comment.