Plugin Directory

Changeset 2966834


Ignore:
Timestamp:
09/14/2023 05:51:45 AM (2 years ago)
Author:
idsbdigital
Message:

1.10.0

Location:
idpay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • idpay/trunk/index.php

    r2341952 r2966834  
    55 * Plugin URI: https://idpay.my
    66 * Description: Enable payment by salary deduction. Currently IDPay service is only available for customer working in Malaysia government and public sector.
    7  * Version: 1.9
     7 * Version: 1.10.0
    88 * Author: IDSB Digital Sdn. Bhd.
    99 * Author URI: https://idsb.my
     
    388388    // Use WC builtin select2 plugin for multiselect and select
    389389    add_action( 'admin_head', function() {
    390         if( is_admin() && $_GET['section'] == 'idpay' ) {
     390        if( is_admin() && isset($_GET['section']) && $_GET['section'] == 'idpay' ) {
    391391        ?>
    392392            <script>
  • idpay/trunk/readme.txt

    r2341952 r2966834  
    44Requires at least: 2.4
    55Tested up to: 5.4
    6 Stable tag: 1.9
     6Stable tag: 1.10.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.10.0 =
     33* versioning change to semver format
     34* add check in GET to fix warning message
    3135
    3236= 1.9 =
Note: See TracChangeset for help on using the changeset viewer.