Changeset 3473476
- Timestamp:
- 03/03/2026 10:01:16 AM (4 weeks ago)
- Location:
- jt-express/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/class-jnt-admin.php (modified) (1 diff)
-
admin/class-jnt-consignment-note.php (modified) (1 diff)
-
jnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/README.txt
r3473461 r3473476 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 2.0.2 08 Stable tag: 2.0.21 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
r3473461 r3473476 26 26 $plugins = get_plugins(); 27 27 $current_version = $plugins[$plugin_slug]['Version']; 28 $latest_version = '2.0.2 0';28 $latest_version = '2.0.21'; 29 29 30 30 if (version_compare($current_version, $latest_version, '<')) { -
jt-express/trunk/admin/class-jnt-consignment-note.php
r3473461 r3473476 53 53 } 54 54 55 if (! empty($processed_ids)) {55 if (!empty($processed_ids)) { 56 56 $result = $this->jnt_helper->process_print($processed_ids); 57 57 } else { -
jt-express/trunk/jnt.php
r3473461 r3473476 5 5 Description: WooCommerce integration for J&T Express Malaysia. 6 6 Author: woocs 7 Version: 2.0.2 07 Version: 2.0.21 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 0');16 define('JNT_VERSION', '2.0.21'); 17 17 define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 18 18
Note: See TracChangeset
for help on using the changeset viewer.