Skip to content

Releases: aligent/bigcommerce-v3-api-php-client

Release v1.11.1

31 Mar 04:38
b0b2620
Compare
Choose a tag to compare

Fixes

  • Many deprecation notices for PHP 8.2 about creation of dynamic properties (#201)

Release v1.11.0

06 Mar 03:48
d96acc5
Compare
Choose a tag to compare

This release adds support for a number of new and extended BigCommerce V3 API endpoints.

New Features

Release v1.10.0

23 Feb 08:48
ff13855
Compare
Choose a tag to compare

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

16 Aug 03:49
3262c85
Compare
Choose a tag to compare

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

Release v1.8.3

06 Jun 04:30
7da41f8
Compare
Choose a tag to compare

Fixes

  • Fixes #135 - ProductModiferConfig was not correctly defined

Release v1.8.2

01 Jun 01:08
2d4d924
Compare
Choose a tag to compare

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

19 May 00:15
b2c1627
Compare
Choose a tag to compare

Fixes

  • Fixes Undefined index within customer getByEmail method (thanks @dniccum)

Release v1.8.0

13 Apr 07:40
d6e1e7e
Compare
Choose a tag to compare

New Features

  • Implement V2 Order Products API
  • Implement V2 Order Shipping Addresses API (read-only)

Release v1.7.0

12 Jan 23:44
a52a4e3
Compare
Choose a tag to compare

New Features

  • Implement V2 Get Order and Get all Orders

Fixes

  • Fixed error where amount was int instead of float in price rules

Release v1.6.4

01 Dec 02:27
4604eba
Compare
Choose a tag to compare

Fixes

  • Fixes issue with Product Option Value API