Plugin Directory

Changeset 2197018


Ignore:
Timestamp:
11/20/2019 03:14:54 AM (6 years ago)
Author:
idsbdigital
Message:

update to 1.7

Location:
idpay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • idpay/trunk/index.php

    r2196121 r2197018  
    55 * Plugin URI: https://idpay.my
    66 * Description: Enable payment by salary deduction. Currently IDPay service is only available for customer that working as government servants in Malaysia.
    7  * Version: 1.6
     7 * Version: 1.7
    88 * Author: IDSB Digital Sdn. Bhd.
    99 * Author URI: https://idsb.my
     
    377377    // Use WC builtin select2 plugin for multiselect and select
    378378    add_action( 'admin_head', function() {
    379         if( is_admin() ) {
     379        if( is_admin() && $_GET['section'] == 'idpay' ) {
    380380        ?>
    381381            <script>
  • idpay/trunk/readme.txt

    r2196121 r2197018  
    44Requires at least: 2.4
    55Tested up to: 5.2
    6 Stable tag: 1.6
     6Stable tag: 1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030== Changelog ==
    3131
     32= 1.7 =
     33* fix select2 to load in idpay setting
     34
    3235= 1.6 =
    3336* add months in allowable tenures
Note: See TracChangeset for help on using the changeset viewer.