Plugin Directory

Changeset 2998605


Ignore:
Timestamp:
11/20/2023 06:22:12 AM (2 years ago)
Author:
jtexpress
Message:

update sign

Location:
jt-express/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jt-express/trunk/admin/class-jnt-admin.php

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

    r2989488 r2998605  
    77    {
    88        $url = "https://ylstandard.jtexpress.my/blibli/order/createOrder";
    9         $sign = 'AKe62df84bJ3d8e4b1hea2R45j11klsb';
     9        $sign = '0080fb7482c0e8f774f4ed8cb550c4ba56a5beed73595b52f62c531042f2ff27';
    1010        $res = array();
    1111
     
    6161        $url = 'https://ylstandard.jtexpress.my/blibli/order/cancelOrder';
    6262
    63         $key = 'AKe62df84bJ3d8e4b1hea2R45j11klsb';
     63        $key = '0080fb7482c0e8f774f4ed8cb550c4ba56a5beed73595b52f62c531042f2ff27';
    6464
    6565        $res = array();
  • jt-express/trunk/jnt.php

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