Plugin Directory

Changeset 3206676


Ignore:
Timestamp:
12/12/2024 04:05:40 AM (15 months ago)
Author:
shipany
Message:

release v1.1.63

Location:
shipany
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shipany/tags/1.1.63/includes/Utils/ShipanyHelper.php

    r3194625 r3206676  
    427427            )
    428428        );
    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);
    433430
    434431        if ($shipany_data["description"] != " ") {
  • shipany/tags/1.1.63/readme.txt

    r3194625 r3206676  
    44Requires at least: 4.1
    55Tested up to: 6.5.5
    6 Stable tag: 1.1.62
     6Stable tag: 1.1.63
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.63 =
     74- Bug fix
     75
    7376= 1.1.62 =
    7477- Fix product dimension rounding issue
  • shipany/tags/1.1.63/shipany-woocommerce.php

    r3194625 r3206676  
    77Plugin URI: http://wordpress.org/plugins/shipany
    88Description: 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.62
     9Version: 1.1.63
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    677677    class SHIPANY_WC {
    678678        public static $list;
    679         private $version = "1.1.62";
     679        private $version = "1.1.63";
    680680
    681681        protected static $_instance = null;
  • shipany/trunk/includes/Utils/ShipanyHelper.php

    r3194625 r3206676  
    427427            )
    428428        );
    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);
    433430
    434431        if ($shipany_data["description"] != " ") {
  • shipany/trunk/readme.txt

    r3194625 r3206676  
    44Requires at least: 4.1
    55Tested up to: 6.5.5
    6 Stable tag: 1.1.62
     6Stable tag: 1.1.63
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.63 =
     74- Bug fix
     75
    7376= 1.1.62 =
    7477- Fix product dimension rounding issue
  • shipany/trunk/shipany-woocommerce.php

    r3194625 r3206676  
    77Plugin URI: http://wordpress.org/plugins/shipany
    88Description: 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.62
     9Version: 1.1.63
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    677677    class SHIPANY_WC {
    678678        public static $list;
    679         private $version = "1.1.62";
     679        private $version = "1.1.63";
    680680
    681681        protected static $_instance = null;
Note: See TracChangeset for help on using the changeset viewer.