Plugin Directory

Changeset 3473476


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

fix

Location:
jt-express/trunk
Files:
4 edited

Legend:

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

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

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

    r3473461 r3473476  
    5353        }
    5454
    55         if (! empty($processed_ids)) {
     55        if (!empty($processed_ids)) {
    5656            $result = $this->jnt_helper->process_print($processed_ids);
    5757        } else {
  • jt-express/trunk/jnt.php

    r3473461 r3473476  
    55Description: WooCommerce integration for J&T Express Malaysia.
    66Author: woocs
    7 Version: 2.0.20
     7Version: 2.0.21
    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.20');
     16define('JNT_VERSION', '2.0.21');
    1717define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1818
Note: See TracChangeset for help on using the changeset viewer.