Plugin Directory

Changeset 2799329


Ignore:
Timestamp:
10/15/2022 05:35:13 PM (3 years ago)
Author:
reynaldiarya
Message:

Fixed Bug

Location:
toko-ibest-bank-indonesia-for-woocommerce
Files:
63 added
3 edited

Legend:

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

    r2799326 r2799329  
    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:                 3.0.0
     11 * Version:                 3.0.1
    1212 * Author:              Reynaldi Arya
    1313 * Author URI:              https://reynaldiab.com
  • toko-ibest-bank-indonesia-for-woocommerce/trunk/e-money/class-wc-gateway-qris.php

    r2799326 r2799329  
    7373        ),
    7474        'kode_qr' => array(
    75             'title'       => __( 'Link QRIS', 'woocommerce' ),
    76             'type'          => 'text', 
    77             'description'   => __( 'Masukkan Link QRIS.', 'woocommerce' ),
    78             'default'       => 'no',
    79             'desc_tip'      => true,
    80         ),
     75        'title'       => __( 'Link QRIS', 'woocommerce' ),
     76        'type'        => 'text',   
     77        'description' => __( 'Masukkan Link QRIS.', 'woocommerce' ),
     78        'default'     => __( '', 'woocommerce' ),
     79        'desc_tip'    => true,
     80    ),
    8181    );     
    8282}   
     
    103103    if( isset( $this->kode_qr ) && !empty( $this->kode_qr ) ){
    104104        ?>
    105             <img src="<?php echo esc_url( $this->kode_qr ); ?>" style="height:100%;max-height:500px !important" />',
     105            <img src="<?php echo esc_url( $this->kode_qr ); ?>" style="height:100%;max-height:500px;margin-bottom:35px !important" />',
    106106        <?php
    107107    }
  • toko-ibest-bank-indonesia-for-woocommerce/trunk/readme.txt

    r2799326 r2799329  
    55Requires at least: 4.1
    66Tested up to: 6.0.2
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51= 3.0.1 - October 16, 2022 =
     52* Fixed Bug
     53
    5154= 3.0.0 - October 16, 2022 =
    5255* Add Pembayaran QRIS
Note: See TracChangeset for help on using the changeset viewer.