Changeset 3206676
- Timestamp:
- 12/12/2024 04:05:40 AM (15 months ago)
- Location:
- shipany
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.63 (copied) (copied from shipany/trunk)
-
tags/1.1.63/includes/Utils/ShipanyHelper.php (modified) (1 diff)
-
tags/1.1.63/readme.txt (modified) (2 diffs)
-
tags/1.1.63/shipany-woocommerce.php (modified) (2 diffs)
-
trunk/includes/Utils/ShipanyHelper.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipany-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipany/tags/1.1.63/includes/Utils/ShipanyHelper.php
r3194625 r3206676 427 427 ) 428 428 ); 429 430 if (strval($wc_order->get_order_number()) != strval($wc_order_id)) { 431 $payload['ext_order_id'] = strval($wc_order_id); 432 } 429 $payload['ext_order_id'] = strval($wc_order_id); 433 430 434 431 if ($shipany_data["description"] != " ") { -
shipany/tags/1.1.63/readme.txt
r3194625 r3206676 4 4 Requires at least: 4.1 5 5 Tested up to: 6.5.5 6 Stable tag: 1.1.6 26 Stable tag: 1.1.63 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.63 = 74 - Bug fix 75 73 76 = 1.1.62 = 74 77 - Fix product dimension rounding issue -
shipany/tags/1.1.63/shipany-woocommerce.php
r3194625 r3206676 7 7 Plugin URI: http://wordpress.org/plugins/shipany 8 8 Description: ShipAny one-stop logistics platform interconnects WooCommerce to multiple logistics service providers (including SF Express, Kerry Express, SF Cold-Chain, Alfred Locker, Hongkong Post, SF Locker, Convenience Store, etc.) so merchants can enjoy full-set features of logistics automation which disrupt the manual logistics process and bring E-Commerce to new generation. 9 Version: 1.1.6 29 Version: 1.1.63 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 677 677 class SHIPANY_WC { 678 678 public static $list; 679 private $version = "1.1.6 2";679 private $version = "1.1.63"; 680 680 681 681 protected static $_instance = null; -
shipany/trunk/includes/Utils/ShipanyHelper.php
r3194625 r3206676 427 427 ) 428 428 ); 429 430 if (strval($wc_order->get_order_number()) != strval($wc_order_id)) { 431 $payload['ext_order_id'] = strval($wc_order_id); 432 } 429 $payload['ext_order_id'] = strval($wc_order_id); 433 430 434 431 if ($shipany_data["description"] != " ") { -
shipany/trunk/readme.txt
r3194625 r3206676 4 4 Requires at least: 4.1 5 5 Tested up to: 6.5.5 6 Stable tag: 1.1.6 26 Stable tag: 1.1.63 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.63 = 74 - Bug fix 75 73 76 = 1.1.62 = 74 77 - Fix product dimension rounding issue -
shipany/trunk/shipany-woocommerce.php
r3194625 r3206676 7 7 Plugin URI: http://wordpress.org/plugins/shipany 8 8 Description: ShipAny one-stop logistics platform interconnects WooCommerce to multiple logistics service providers (including SF Express, Kerry Express, SF Cold-Chain, Alfred Locker, Hongkong Post, SF Locker, Convenience Store, etc.) so merchants can enjoy full-set features of logistics automation which disrupt the manual logistics process and bring E-Commerce to new generation. 9 Version: 1.1.6 29 Version: 1.1.63 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 677 677 class SHIPANY_WC { 678 678 public static $list; 679 private $version = "1.1.6 2";679 private $version = "1.1.63"; 680 680 681 681 protected static $_instance = null;
Note: See TracChangeset
for help on using the changeset viewer.