Skip to content

Releases: FosterCommerce/shipstation-connect

1.3.6

10 Jul 03:20
Compare
Choose a tag to compare

Fixed

  • Fixed invalid format in orders XML for discounts $1,000 or higher.

1.3.5

07 Dec 07:33
Compare
Choose a tag to compare

Fixed

  • Error which could occur when an order is missing an order status (@michaelramuta)

1.3.4

11 Nov 13:20
Compare
Choose a tag to compare

Added

  • Setting to configure "Shipped" order status handle.
  • Add condition to ensure an order has a customer in some edge cases.

1.3.3

14 Sep 12:00
Compare
Choose a tag to compare

Updated

  • Updated to work with Craft Basic Authentication when enabled.

1.3.2

08 May 21:53
Compare
Choose a tag to compare

Fixed

  • String length limit for line item options.

1.3.1

08 May 20:07
Compare
Choose a tag to compare

Updated

  • Aligned field string lengths with ShipStation's limits (@jmauzyk).

Added

  • Support for anonymous customers when shipping/billing address doesn't have a
    name set (#17).

1.3.0

03 Mar 13:27
Compare
Choose a tag to compare

Added

  • Added composer support for Craft Commerce 3. Resolves #15.

1.2.7

05 Dec 05:02
Compare
Choose a tag to compare
  • Add back CDATA sections to item SKU and item name properties.

1.2.6

04 Dec 05:53
Compare
Choose a tag to compare

Updated

  • Replaced use of deprecated adjustment functions, getAdjustmentsTotalByType - @jmauzyk
  • Return maximum of 200 characters for the line item Name field - #14

1.2.5

25 Nov 08:22
Compare
Choose a tag to compare

Updated

  • Line Item options which are an array or object are serialized to a JSON string.
  • Order Line Item options are now limited to a maximum of 10 per line item. Limit set by ShipStation.