This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
Releases: tmarois/baseify-php-sdk
Releases · tmarois/baseify-php-sdk
Version 1.0.8
- Added
query_id
parameter in the filter class.
Version 1.0.7
Changed
- Fixed
storeName()
,brand()
, andcategoryName()
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
Added
- Added
aecpc()
method using the['aecpc']
on the product array. - Added
categoryId()
method toProduct
class. - Added
['category_id']
to theProduct
array. - Added
getCategoryWithIds()
method on theResults
class
Changed
- Change the
cpc()
method toecpc()
using the['ecpc']
Version 1.0.5
Changed
- Removed the
filebase
requirement fromcomposer.json
Version 1.0.4
Added
- Added
subid
property into theUser
class as a new variable to pass into the API - Added
subid
into the API call request. (usingDEFAULT
as the default value)
Changed
- Removed
subid
property (could not use) from theProductSearch
class.
Version 1.0.3
Changed
- Fixed the product array for
cpc
values. Was usingacpc
instead ofaecpc
Version 1.0.2
Changed
- Fixed
getBrands()
,getStores()
, andgetCategories()
from having empty arrays.
Version 1.0.1
Added
- Added
brand()
inProduct
object. - Added
listPrice()
inProduct
object. - Added
getBrands()
inResults
object.
Version 1.0.0
Initial Release