Changeset 3495359
- Timestamp:
- 03/31/2026 09:18:46 AM (3 days ago)
- Location:
- jt-express/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/class-jnt-admin.php (modified) (1 diff)
-
includes/class-jnt-api.php (modified) (1 diff)
-
jnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/README.txt
r3473497 r3495359 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 2.0.2 28 Stable tag: 2.0.23 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
jt-express/trunk/admin/class-jnt-admin.php
r3473497 r3495359 26 26 $plugins = get_plugins(); 27 27 $current_version = $plugins[$plugin_slug]['Version']; 28 $latest_version = '2.0.2 2';28 $latest_version = '2.0.23'; 29 29 30 30 if (version_compare($current_version, $latest_version, '<')) { -
jt-express/trunk/includes/class-jnt-api.php
r3473461 r3495359 199 199 200 200 $res = json_decode($res, true); 201 return $res['data'][' shippingFee'] ?? 0;201 return $res['data']['totalFreight'] ?? 0; 202 202 } 203 203 } -
jt-express/trunk/jnt.php
r3473497 r3495359 5 5 Description: WooCommerce integration for J&T Express Malaysia. 6 6 Author: woocs 7 Version: 2.0.2 27 Version: 2.0.23 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.2 2');16 define('JNT_VERSION', '2.0.23'); 17 17 define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 18 18
Note: See TracChangeset
for help on using the changeset viewer.