Releases: onedesign/oneshipstation
Releases · onedesign/oneshipstation
Custom Field Character Limit
Limits custom fields to 100 characters when sending to ShipStation
Bugfix and Cleanup
- Fixes an issue where only orders with
orderStatusId
of1
are returned to ShipStation - Cleans up README and some comments for clarity
Minor fixes
- Logs ShipStation info before saving orders (to allow access to the info with order hooks)
- Updates installation instructions
Support Commerce Weight Units
- 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
- 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
Bugfix: Encoding
- Encodes special HTML characters when calling plugin methods
Customer Notes
Adds CustomerNotes field to xml
Adds Gifts
Adds Gift and GiftMessage fields to orders
0.2.18: Merge pull request #29 from onedesign/bugfix/pass-by-ref
- Fixes a PHP notice regarding passing only variables by reference in ShippingLogService