Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Releases: tmarois/baseify-php-sdk

Version 1.0.8

28 Nov 09:16
Compare
Choose a tag to compare
  • Added query_id parameter in the filter class.

Version 1.0.7

05 Sep 19:21
Compare
Choose a tag to compare

Changed

  • Fixed storeName(), brand(), and categoryName() from causing an error when passed an array. There should be no array, but for some reason the API decided to send array through brands, lets fix that issue by converting an array to string.

Version 1.0.6

05 Sep 18:16
Compare
Choose a tag to compare

Added

  • Added aecpc() method using the ['aecpc'] on the product array.
  • Added categoryId() method to Product class.
  • Added ['category_id'] to the Product array.
  • Added getCategoryWithIds() method on the Results class

Changed

  • Change the cpc() method to ecpc() using the ['ecpc']

Version 1.0.5

29 Aug 00:59
Compare
Choose a tag to compare

Changed

  • Removed the filebase requirement from composer.json

Version 1.0.4

22 Aug 14:44
Compare
Choose a tag to compare

Added

  • Added subid property into the User class as a new variable to pass into the API
  • Added subid into the API call request. (using DEFAULT as the default value)

Changed

  • Removed subid property (could not use) from the ProductSearch class.

Version 1.0.3

08 Aug 20:43
Compare
Choose a tag to compare

Changed

  • Fixed the product array for cpc values. Was using acpc instead of aecpc

Version 1.0.2

24 Jul 05:15
Compare
Choose a tag to compare

Changed

  • Fixed getBrands(), getStores(), and getCategories() from having empty arrays.

Version 1.0.1

24 Jul 04:28
Compare
Choose a tag to compare

Added

  • Added brand() in Product object.
  • Added listPrice() in Product object.
  • Added getBrands() in Results object.

Version 1.0.0

23 Jul 05:08
Compare
Choose a tag to compare

Initial Release