Plugin Directory

Changeset 3236401


Ignore:
Timestamp:
02/07/2025 07:03:30 AM (14 months ago)
Author:
bucksbuspay
Message:

Add support for USDC.ERC20, USDC.POLY

Location:
bucksbus/trunk
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • bucksbus/trunk/README.txt

    r3151362 r3236401  
    44Tags: bucksbus, crypto, bitcoin, checkout, payments
    55Requires at least: 6.0
    6 Tested up to: 6.6.1
    7 Stable tag: 1.0.3
     6Tested up to: 6.7
     7Stable tag: 1.0.4
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2626- Tether USDT (TRC20)
    2727- Tether USDT (POLY)
     28- USDC (ERC20)
     29- USDC (POLY)
    2830
    2931== Installation ==
     
    4850== Changelog ==
    4951
     52= 1.0.4 =
     53* Add support for USDC.ERC20, USDC.POLY
     54
    5055= 1.0.3 =
    5156* Add support for POL, remove support for MATIC
  • bucksbus/trunk/bucksbus.php

    r3151362 r3236401  
    44 * Plugin Name: BucksBus
    55 * Description: Adds BucksBus to your WooCommerce website.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 *
    88 * Author: BucksBus
     
    2929class BucksBus
    3030{
    31     public static $currencies = array("BTC", "LTC", "ETH", "TRX", "USDT.TRC20", "USDT.ERC20", "POL", "USDT.POLY", "USDC.POLY");
     31    public static $currencies = array("BTC", "LTC", "ETH", "TRX", "USDT.TRC20", "USDT.ERC20", "POL", "USDT.POLY", "USDC.POLY", "USDC.ERC20");
    3232
    3333    /**
Note: See TracChangeset for help on using the changeset viewer.