Plugin Directory

Changeset 2728649


Ignore:
Timestamp:
05/23/2022 03:22:13 PM (4 years ago)
Author:
reynaldiarya
Message:

add allo bank

Location:
toko-ibest-bank-indonesia-for-woocommerce
Files:
61 added
2 edited

Legend:

Unmodified
Added
Removed
  • toko-ibest-bank-indonesia-for-woocommerce/trunk/beipgw.php

    r2650283 r2728649  
    99 * Plugin URI:              https://wordpress.org/plugins/toko-ibest-bank-indonesia-for-woocommerce
    1010 * Description:             The WooCommerce Bank and e-Money Indonesia Payment Gateway plugin consists of several collections of banks and e-Money in Indonesia for WooCommerce payments.
    11  * Version:                 2.6.0
     11 * Version:                 2.7.0
    1212 * Author:                  Reynaldi Arya
    1313 * Author URI:              https://reynaldiab.com
    14  * Domain Path:             /languages
    1514 * Requires at least:       4.1
    16  * Tested up to:            5.8.2
     15 * Tested up to:            6.0.0
    1716 * WC requires at least:    3.0.0
    18  * WC tested up to:         6.0.0
     17 * WC tested up to:         6.5.1
    1918 * License:                 GNU General Public License v3.0
    2019 * License URI:             http://www.gnu.org/licenses/gpl-3.0.html
     
    5453    require_once dirname( __FILE__ ) . '/bank/class-wc-gateway-line-bank.php';
    5554    require_once dirname( __FILE__ ) . '/bank/class-wc-gateway-seabank.php';
     55    require_once dirname( __FILE__ ) . '/bank/class-wc-gateway-allo-bank.php';
    5656    require_once dirname( __FILE__ ) . '/e-money/class-wc-gateway-ovo.php';
    5757    require_once dirname( __FILE__ ) . '/e-money/class-wc-gateway-gopay.php';
     
    8282    $methods[] = 'WC_Gateway_Line_Bank';
    8383    $methods[] = 'WC_Gateway_Seabank';
     84    $methods[] = 'WC_Gateway_Allo_Bank';
    8485    $methods[] = 'WC_Gateway_GoPay';
    8586    $methods[] = 'WC_Gateway_OVO'; 
  • toko-ibest-bank-indonesia-for-woocommerce/trunk/readme.txt

    r2650283 r2728649  
    44Tags: woocommerce, bank indonesia, woocommerce payment, indonesian banks, checkout, payment, payment method indonesia, BCA, BNI, Mandiri, BRI, Jenius, bank, bank transfer, payment gateway
    55Requires at least: 4.1
    6 Tested up to: 5.8.2
    7 Stable tag: 2.6.0
     6Tested up to: 6.0.0
     7Stable tag: 2.7.0
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2525* TMRW
    2626* Line Bank
     27* Allo Bank
    2728* Bank OCBC NISP
    2829* Bank CIMB Niaga
     
    4647
    4748== Changelog ==
     49= 2.7.0 - May 23, 2021 =
     50* Add Pembayaran Allo Bank
     51
    4852= 2.5.0 - December 29, 2021 =
    4953* Add Pembayaran Seabank
Note: See TracChangeset for help on using the changeset viewer.