Releases: aligent/bigcommerce-v3-api-php-client
Releases · aligent/bigcommerce-v3-api-php-client
Release v1.11.1
Fixes
- Many deprecation notices for PHP 8.2 about creation of dynamic properties (#201)
Release v1.11.0
This release adds support for a number of new and extended BigCommerce V3 API endpoints.
New Features
Release v1.10.0
Fixes
- Fix incorrect endpoint and method for Create Redirect Urls (thanks @Mosnar)
- Updated storeinformation controller to match others (thanks @joelreeds)
- Fixed incorrect endpoint on OrdersApi (thanks @simpleapps-io)
- Handle the case of no orders returned in the V2 api causing error. (Issue #161)
- Fix
preorder_release_date
property type (Issue #162) - Add
page_title
to Brand (Issue #171)
New Features
- Allow overriding of most Guzzle Client defaults, and also set a timeout
Release v1.9.0
Fixes
- CartsApi Missing Optional Include Parameter #145 (Thanks @jracek-chl)
- ProductModifierValues was missing value data #150. This is a small breaking change
to the ProductModifierValue
constructor.
New Features
- Implement Site Routes API #144
Release v1.8.3
Fixes
- Fixes #135 -
ProductModiferConfig
was not correctly defined
Release v1.8.2
Fixes
- Fixes error in store information when no logo, error message:
Fatal error: Uncaught TypeError: Cannot assign array to property BigCommerce\ApiV2\ResourceModels\StoreInformation\StoreInformation::$logo
Release v1.8.1
Fixes
- Fixes Undefined index within customer getByEmail method (thanks @dniccum)
Release v1.8.0
New Features
- Implement V2 Order Products API
- Implement V2 Order Shipping Addresses API (read-only)
Release v1.7.0
New Features
- Implement V2 Get Order and Get all Orders
Fixes
- Fixed error where amount was
int
instead offloat
in price rules
Release v1.6.4
Fixes
- Fixes issue with Product Option Value API