Plugin Directory

Changeset 3473497


Ignore:
Timestamp:
03/03/2026 10:18:07 AM (4 weeks ago)
Author:
jtexpress
Message:

Fixed issue

Location:
jt-express/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • jt-express/trunk/README.txt

    r3473476 r3473497  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 2.0.21
     8Stable tag: 2.0.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • jt-express/trunk/admin/class-jnt-admin.php

    r3473476 r3473497  
    2626        $plugins = get_plugins();
    2727        $current_version = $plugins[$plugin_slug]['Version'];
    28         $latest_version = '2.0.21';
     28        $latest_version = '2.0.22';
    2929
    3030        if (version_compare($current_version, $latest_version, '<')) {
  • jt-express/trunk/includes/class-jnt-helper.php

    r3473461 r3473497  
    149149        $awb = implode(",", $awbs);
    150150
    151         $this->jnt_api->printNew($cuscode, $awbs);
     151        $this->jnt_api->printNew($cuscode, $awb);
    152152    }
    153153
  • jt-express/trunk/jnt.php

    r3473476 r3473497  
    55Description: WooCommerce integration for J&T Express Malaysia.
    66Author: woocs
    7 Version: 2.0.21
     7Version: 2.0.22
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
     
    1414}
    1515
    16 define('JNT_VERSION', '2.0.21');
     16define('JNT_VERSION', '2.0.22');
    1717define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1818
Note: See TracChangeset for help on using the changeset viewer.