Changeset 3346974
- Timestamp:
- 08/19/2025 11:57:37 AM (8 months ago)
- Location:
- bucksbus/trunk
- Files:
-
- 4 added
- 2 edited
-
README.txt (modified) (2 diffs)
-
assets/js/frontend/kpaybis.asset.php (added)
-
assets/js/frontend/kpaybis.js (added)
-
bucksbus.php (modified) (2 diffs)
-
includes/blocks/class-wc-bucksbus-payments-provider-blocks-kpaybis.php (added)
-
includes/class-wc-gateway-bucksbus-provider-kpaybis.php (added)
Legend:
- Unmodified
- Added
- Removed
-
bucksbus/trunk/README.txt
r3298100 r3346974 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 83 83 == Changelog == 84 84 85 = 1.2.1 = 86 * Add Paybis support 87 85 88 = 1.2.0 = 86 89 * Add fiat payment -
bucksbus/trunk/bucksbus.php
r3298100 r3346974 4 4 * Plugin Name: BucksBus 5 5 * Description: Adds BucksBus to your WooCommerce website. 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * 8 8 * Author: BucksBus … … 59 59 'code' => 'cwert' 60 60 ), 61 array( 62 'name' => 'Paybis', 63 'code' => 'kpaybis' 64 ), 61 65 ); 62 66
Note: See TracChangeset
for help on using the changeset viewer.