Changeset 2998605
- Timestamp:
- 11/20/2023 06:22:12 AM (2 years ago)
- Location:
- jt-express/trunk
- Files:
-
- 3 edited
-
admin/class-jnt-admin.php (modified) (1 diff)
-
includes/class-jnt-api.php (modified) (2 diffs)
-
jnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/admin/class-jnt-admin.php
r2989488 r2998605 26 26 $plugins = get_plugins(); 27 27 $current_version = $plugins[$plugin_slug]['Version']; 28 $latest_version = '2.0. 4';28 $latest_version = '2.0.5'; 29 29 30 30 if (version_compare($current_version, $latest_version, '<')) { -
jt-express/trunk/includes/class-jnt-api.php
r2989488 r2998605 7 7 { 8 8 $url = "https://ylstandard.jtexpress.my/blibli/order/createOrder"; 9 $sign = ' AKe62df84bJ3d8e4b1hea2R45j11klsb';9 $sign = '0080fb7482c0e8f774f4ed8cb550c4ba56a5beed73595b52f62c531042f2ff27'; 10 10 $res = array(); 11 11 … … 61 61 $url = 'https://ylstandard.jtexpress.my/blibli/order/cancelOrder'; 62 62 63 $key = ' AKe62df84bJ3d8e4b1hea2R45j11klsb';63 $key = '0080fb7482c0e8f774f4ed8cb550c4ba56a5beed73595b52f62c531042f2ff27'; 64 64 65 65 $res = array(); -
jt-express/trunk/jnt.php
r2989488 r2998605 5 5 Description: WooCommerce integration for J&T Express Malaysia. 6 6 Author: woocs 7 Version: 2.0. 47 Version: 2.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt … … 14 14 } 15 15 16 define('JNT_VERSION', '2.0. 4');16 define('JNT_VERSION', '2.0.5'); 17 17 define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 18 18
Note: See TracChangeset
for help on using the changeset viewer.