Plugin Directory

Changeset 3469931


Ignore:
Timestamp:
02/26/2026 06:43:09 AM (5 weeks ago)
Author:
jtexpress
Message:

new print template

Location:
jt-express/trunk
Files:
4 edited

Legend:

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

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

    r3421485 r3469931  
    2626        $plugins = get_plugins();
    2727        $current_version = $plugins[$plugin_slug]['Version'];
    28         $latest_version = '2.0.18';
     28        $latest_version = '2.0.19';
    2929
    3030        if (version_compare($current_version, $latest_version, '<')) {
  • jt-express/trunk/includes/class-jnt-api.php

    r3173308 r3469931  
    127127            'password' => 'WORD12',
    128128            'customercode' => $cuscode,
     129            'enableNewPrint' => 'mdzt'
    129130        );
    130131
  • jt-express/trunk/jnt.php

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