Plugin Directory

Changeset 3449907


Ignore:
Timestamp:
01/29/2026 06:27:07 PM (2 months ago)
Author:
bucksbuspay
Message:

Bug fixes

Location:
bucksbus/trunk
Files:
36 added
2 edited

Legend:

Unmodified
Added
Removed
  • bucksbus/trunk/README.txt

    r3437431 r3449907  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    8383== Changelog ==
    8484
     85= 1.2.5 =
     86* Bug fixes
     87
    8588= 1.2.4 =
    8689* Bug fixes
  • bucksbus/trunk/bucksbus.php

    r3437431 r3449907  
    44 * Plugin Name: BucksBus
    55 * Description: Adds BucksBus to your WooCommerce website.
    6  * Version: 1.2.4
     6 * Version: 1.2.5
    77 *
    88 * Author: BucksBus
     
    3333        array(
    3434            'name' => 'Banxa',
    35             'code' => 'cbanxa'
    36         ),
    37         array(
    38             'name' => 'Kado',
    39             'code' => 'ckado'
     35            'code' => 'banxa'
    4036        ),
    4137        array(
    4238            'name' => 'Moonpay',
    43             'code' => 'cmoonpay'
     39            'code' => 'moonpay'
    4440        ),
    4541        array(
    4642            'name' => 'Switchere',
    47             'code' => 'kswitchere'
     43            'code' => 'switchere'
    4844        ),
    4945        array(
    5046            'name' => 'Transak',
    51             'code' => 'ctransak'
     47            'code' => 'transak'
    5248        ),
    5349        array(
    5450            'name' => 'Wert',
    55             'code' => 'cwert'
    56         ),
    57         array(
    58             'name' => 'Mercuryo',
    59             'code' => 'mercuryo'
    60         ),
     51            'code' => 'wert'
     52        ),
     53        array(
     54            'name' => 'Mercuryo',
     55            'code' => 'mercuryo'
     56        ),
     57        array(
     58            'name' => 'Revolut',
     59            'code' => 'revolut'
     60        ),
     61        array(
     62            'name' => 'Simplex',
     63            'code' => 'simplex'
     64        ),
     65        array(
     66            'name' => 'Stripe',
     67            'code' => 'stripe'
     68        ),
     69        array(
     70            'name' => 'Topper',
     71            'code' => 'topper'
     72        ),
    6173    );
    6274
Note: See TracChangeset for help on using the changeset viewer.