Plugin Directory

Changeset 3151362


Ignore:
Timestamp:
09/13/2024 11:58:51 AM (19 months ago)
Author:
bucksbuspay
Message:

Add support for POL, remove support for MATIC

Location:
bucksbus/trunk
Files:
4 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • bucksbus/trunk/README.txt

    r3150751 r3151362  
    55Requires at least: 6.0
    66Tested up to: 6.6.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2121- Ethereum ETH
    2222- Tron TRX
     23- Litecoin LTC
     24- Polygon POL
    2325- Tether USDT (ERC20)
    2426- Tether USDT (TRC20)
     27- Tether USDT (POLY)
    2528
    2629== Installation ==
     
    4548== Changelog ==
    4649
     50= 1.0.3 =
     51* Add support for POL, remove support for MATIC
     52
    4753= 1.0.2 =
    4854* Add support for USDC.POLY, remove support for USDC.E.POLY
  • bucksbus/trunk/bucksbus.php

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