Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@notfoundsam notfoundsam released this 29 Aug 13:33
· 4 commits to master since this release
49cce57

About v1.3.0

Features

  • Added xdebug to the docker container.

Updates

  • Yahoo auction API was removed because Yahoo fully closed their API.
  • If the page or lot not found it will throw PageNotfoundException.

Notes

  • Field $appId don't need anymore, pass null instead to the Browser constructor.
  • Method $browser->getAuctionInfoAsXml("...") returns shorted version of API result. Currently, available fields: AuctionID, AuctionItemUrl, Title, Seller->Id, Img, Price, TaxinPrice, StartTime, EndTime, Status.

Migration from v1.2.x

  • Check available fields for $browser->getAuctionInfoAsXml("...") in Notes.