Plugin Directory

Changeset 3346974


Ignore:
Timestamp:
08/19/2025 11:57:37 AM (8 months ago)
Author:
bucksbuspay
Message:

Add Paybis support

Location:
bucksbus/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • bucksbus/trunk/README.txt

    r3298100 r3346974  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    8383== Changelog ==
    8484
     85= 1.2.1 =
     86* Add Paybis support
     87
    8588= 1.2.0 =
    8689* Add fiat payment
  • bucksbus/trunk/bucksbus.php

    r3298100 r3346974  
    44 * Plugin Name: BucksBus
    55 * Description: Adds BucksBus to your WooCommerce website.
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 *
    88 * Author: BucksBus
     
    5959            'code' => 'cwert'
    6060        ),
     61        array(
     62            'name' => 'Paybis',
     63            'code' => 'kpaybis'
     64        ),
    6165    );
    6266
Note: See TracChangeset for help on using the changeset viewer.