Skip to content

Releases: onedesign/oneshipstation

Custom Field Character Limit

24 Jul 20:15
63b61da
Compare
Choose a tag to compare

Limits custom fields to 100 characters when sending to ShipStation

Bugfix and Cleanup

28 Feb 21:16
Compare
Choose a tag to compare
  • Fixes an issue where only orders with orderStatusId of 1 are returned to ShipStation
  • Cleans up README and some comments for clarity

Minor fixes

27 Feb 19:39
cdd6761
Compare
Choose a tag to compare
  • Logs ShipStation info before saving orders (to allow access to the info with order hooks)
  • Updates installation instructions

Support Commerce Weight Units

09 Nov 20:17
5cf986f
Compare
Choose a tag to compare
  • Adds support for Commerce weight units "Kilograms" and "Pounds" rather than just "Grams"
  • Uses $order->email rather that $order->customer->email as the latter is deprecated in Craft Commerce

Better Error Handling & Date Bugfix

07 Sep 17:07
Compare
Choose a tag to compare
  • Fixes an issue where start date was always the beginning of time (oops)
  • Adds much better error handling with JSON responses that will show much more nicely in ShipStation logs

Coupons

19 Jun 19:32
Compare
Choose a tag to compare

If any coupon discounts are applied to the order, they will now show as items in the ShipStation XML

Bugfix: Encoding

30 May 18:22
Compare
Choose a tag to compare
  • Encodes special HTML characters when calling plugin methods

Customer Notes

08 May 21:07
Compare
Choose a tag to compare

Adds CustomerNotes field to xml

Adds Gifts

08 May 19:50
Compare
Choose a tag to compare

Adds Gift and GiftMessage fields to orders

0.2.18: Merge pull request #29 from onedesign/bugfix/pass-by-ref

22 Feb 20:02
Compare
Choose a tag to compare
  • Fixes a PHP notice regarding passing only variables by reference in ShippingLogService