Changeset 2528783
- Timestamp:
- 05/10/2021 03:44:40 AM (5 years ago)
- Location:
- jt-express/trunk
- Files:
-
- 2 edited
-
admin/class-jnt-order.php (modified) (1 diff)
-
jnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/admin/class-jnt-order.php
r2451687 r2528783 62 62 63 63 $id = $details['id']; 64 $awb = ""; 65 $orderid = ""; 66 $status = ""; 67 $code = ""; 68 $reason = ""; 64 69 65 70 $detail = json_decode($details['detail']); -
jt-express/trunk/jnt.php
r2483284 r2528783 4 4 Description: WooCommerce integration for J&T. 5 5 Author: woocs 6 Version: 1.0.2 06 Version: 1.0.21 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt … … 13 13 } 14 14 15 define( 'JNT_VERSION', '1.0. 19' );15 define( 'JNT_VERSION', '1.0.21' ); 16 16 define( 'JNT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 17 17
Note: See TracChangeset
for help on using the changeset viewer.