Changeset 2640682
- Timestamp:
- 12/07/2021 02:04:11 PM (4 years ago)
- Location:
- bitfinex-pay/trunk
- Files:
-
- 3 edited
-
bfx-pay-woocommerce.php (modified) (1 diff)
-
includes/class-wc-bfx-pay-gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bitfinex-pay/trunk/bfx-pay-woocommerce.php
r2617972 r2640682 5 5 * Plugin URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/ 6 6 * 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. 37 * Version: 1.0.4 8 8 * Author: Bitfinex 9 9 * Author URI: https://www.bitfinex.com/ -
bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php
r2617972 r2640682 231 231 'UST-ETH' => 'UST-ETH', 232 232 'UST-TRX' => 'UST-TRX', 233 'UST-LBT' => 'UST-LBT', 234 'LBT' => 'LBT', 233 235 'LNX' => 'LNX', 234 236 ], -
bitfinex-pay/trunk/readme.txt
r2617972 r2640682 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv3 9 9 License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE … … 86 86 87 87 == Changelog == 88 = 1.0.4 = 89 * Added support for LBT and UST-LBT 90 88 91 = 1.0.3 = 89 92 * Added state to customer info
Note: See TracChangeset
for help on using the changeset viewer.