Changeset 3469931
- Timestamp:
- 02/26/2026 06:43:09 AM (5 weeks 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
r3421485 r3469931 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 2.0.1 88 Stable tag: 2.0.19 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
r3421485 r3469931 26 26 $plugins = get_plugins(); 27 27 $current_version = $plugins[$plugin_slug]['Version']; 28 $latest_version = '2.0.1 8';28 $latest_version = '2.0.19'; 29 29 30 30 if (version_compare($current_version, $latest_version, '<')) { -
jt-express/trunk/includes/class-jnt-api.php
r3173308 r3469931 127 127 'password' => 'WORD12', 128 128 'customercode' => $cuscode, 129 'enableNewPrint' => 'mdzt' 129 130 ); 130 131 -
jt-express/trunk/jnt.php
r3421485 r3469931 5 5 Description: WooCommerce integration for J&T Express Malaysia. 6 6 Author: woocs 7 Version: 2.0.1 87 Version: 2.0.19 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.1 8');16 define('JNT_VERSION', '2.0.19'); 17 17 define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 18 18
Note: See TracChangeset
for help on using the changeset viewer.