Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.93 KB

CHANGELOG

2020-10-30 - Version 4.1.0

  • [PR #52] Fix Relationships in AmazonProduct class
  • [PR #26] Fix in AmazonFeed class
  • [PR #23] Added getThrottleCountForLastRequest() to AmazonCore class to track throttling
  • [PR #22] Added support for Subscriptions
  • [PR #15] Fix prepareCategories() in AmazonProductInfo class
  • Fixed bug with getProduct() in class AmazonProduct

2020-10-22 - Version 4.0.1

  • added tax registration details to AmazonOrder class

2020-09-27 - Version 4.0.0

  • Added support for Laravel 6.x

2018-11-08 - Version 3.0.5.1

2018-11-08 - Version 3.0.5

  • [PR #17] Fix to include relationships including additional ns2 attributes
  • [PR #16] Fixed timestamp format to truly follow ISO8601
  • [PR #13] Fix ineffective muteLog config setting
  • [PR #9] added proxy support and some fixes

2018-07-25 - Version 3.0.4

  • added setMarketPlaceId() to AmazonFulfillmentOrderCreator class

2018-07-24 - Version 3.0.3

  • [PR #11] added all missing order / orderitem fields that were declared in the API spec
  • [PR #8] added authToken to configuration file. MWSAuthToken is used to make requests on behalf of other amazon users
  • [PR #7] Backported Financial APIs from https://github.com/CPIGroup/phpAmazonMWS