Plugin Directory

Changeset 3180012


Ignore:
Timestamp:
11/01/2024 02:23:05 PM (17 months ago)
Author:
bitfinex
Message:

v3.2.1

Location:
bitfinex-pay
Files:
209 added
3 edited

Legend:

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

    r3151476 r3180012  
    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:           3.2.0
     7 * Version:           3.2.1
    88 * Author:            Bitfinex
    99 * Author URI:        https://www.bitfinex.com/
     
    2828add_filter('woocommerce_payment_gateways', 'bfx_pay_add_bfx_payment_gateway_woo');
    2929add_filter('plugin_row_meta', 'bfx_pay_plugin_row_meta', 10, 3);
    30 
    31 add_filter('pre_option_woocommerce_currency_pos', 'currency_position');
    3230
    3331// Start block checkout
     
    9492        wp_schedule_event( time(), 'bfx_pay_fifteen_min', 'bfx_pay_cron_hook' );
    9593    }
    96 }
    97 
    98 
    99 function currency_position()
    100 {
    101     return 'right_space';
    10294}
    10395
  • bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php

    r3151476 r3180012  
    1111 * @extends     WC_Payment_Gateway
    1212 *
    13  * @version     3.2.0
     13 * @version     3.2.1
    1414 */
    1515class WC_Bfx_Pay_Gateway extends WC_Payment_Gateway
  • bitfinex-pay/trunk/readme.txt

    r3151476 r3180012  
    55Tested up to: 6.6.1
    66Requires PHP: 7.4
    7 Stable tag: 3.2.0
     7Stable tag: 3.2.1
    88License: GPLv3
    99License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE
     
    9191
    9292== Changelog ==
     93= 3.2.1 =
     94* Remove hardcoded currency position
     95
    9396= 3.2.0 =
    9497* Use woocommerce currency setting instead of adding a separate config for it
    95 * Added support for block checkout 
     98* Added support for block checkout
    9699
    97100= 3.1.0 =
Note: See TracChangeset for help on using the changeset viewer.