Releases: aligent/bigcommerce-v3-api-php-client
Releases · aligent/bigcommerce-v3-api-php-client
Release v1.6.3
Fixes
- Add
brand_name
property to Product (Issue #99, thanks @guillaume-sarramegna)
Release v1.6.2
Fixes
- Fix invalid namespace in a test class (@AymericPlanche)
- Fix PHP compatibility issue in LegacyAPI class #90 (@AymericPlanche)
Release v1.6.1
Changes
- The JSON output from ResourceModels will no longer include the
$optionObject
that was used to construct them.
New Features
- Implement Store Information endpoints
Release v1.6.0
Changes
This release changes the root API client class from BigCommerce\ApiV3\Client
to BigCommerce\ApiV3\BaseApiClient
. The interface is unchanged, this abstract class
has been added to allow for a common parent to both the V3 and V2 apis.
New Features
- Add support for creating Orders via the V2 API. In the future this will be removed in favour of a V3 API when an endpoint is added.
- Add
CustomersApi::getAllPages()
which allows fetching all the Customers matching the filter in one request.
Release v1.5.3
New Features
-
Add
Redirect::toProduct()
andtoCategory()
methods. See
documentation
for details. -
Add ability for batch update to auto-retry chunks
Fixes
- Fixes bug in creating/updating Customer Addresses (thanks @davidnathanael)
Release v1.5.2
Fixes
- Fixes
The request payload is too large. The maximum items allowed in the array is 50
error on upsert redirects endpoint
Release v1.5.1
New Features
- Add
setCustomUrl()
to Category, Brand, and Product for simpler custom url setup
Release v1.5.0
New Features
- Add the ability to specify attributes, addresses, form_fields, and authentication when creating customers (#67)
Fixes
- Add missing Customer properties (
notes
,tax_exempt_category
,accepts_product_review_abandoned_cart_emails
,
store_credit_amounts
,origin_channel_id
, andchannel_ids
)
Release v1.4.4
Fixes
Added missing create and update endpoints for:
Release v1.4.3
New Features
Implemented the Redirects V3 API