March 2016
Change log
This is the long-awaited release for changes made from May 2014 to February 2015.
Improvements
- The store name can now be omitted when initiating objects if there is only one store is set in the config file.
- Added support for four relatively-new fields returned for Orders:
CbaDisplayableShippingLabel
,ShippedByAmazonTFM
,TFMShipmentStatus
, andOrderType
. - Log messages now display time using the 24 hour format, rather than 12 hour.
- Each store in the config file can have its own
serviceUrl
, which will override the normal service URL.
Bug Fixes
- Inventory lists no longer cause an error if detailed information is not given.
- Logging function no longer gives an error when PHP is in strict mode.
- Removed bad include paths from NetBeans project settings.
- Product class no longer gives an error when PHP is in strict mode.
- Product Info class now uses the correct identifier parameters when fetching categories.
- Product Info class now correctly gets child relationship data.
Removals
- Removed the obsolete
checkResponse
method from the Feed class.