Skip to content

Releases: SEOshop/API-PHP-Client

v1.9.1

19 Feb 10:58
42faa41
Compare
Choose a tag to compare

v1.9.0

18 Feb 10:15
d0ea090
Compare
Choose a tag to compare
  • Added new resources: categoriesProductsBulk, locations, shopSettings, variantsImage
  • Added support for local file upload. No longer do app developers need to rely on base64 encoding when sending over files. Please refer to the official documentation for implementation details. (Base64 encoded images and remote images are still supported however, alongside this new addition)
  • Added a way to get response headers. Please refer to the updated readme for implementation details.
  • Removed deprecated endpoint url. Not passing a proper value when instantiating the app will give CURL errors.
  • Updated the README to provide examples on how to get the response headers

Breaking changes

  • PHP 5.3 is no longer being supported in this release and upwards. Please upgrade to at least 5.4 if you want to make use of the latest changes.

v1.8.0

06 Dec 11:18
Compare
Choose a tag to compare
  • removes accountRequests
  • adds discountRules, taxesOverrides
  • fixes ordersCredit, themeProduct
  • adds create method for taxes
  • forces the use of TLS1.2
  • fixes for #10 #14 and #20

v1.7.1 - International clusters

11 Jan 10:59
Compare
Choose a tag to compare

In order to support the multiple international clusters we have added all the clusters. Backwards compatibility is maintained.

New available clusters:

v1.7.0 - External Services, featured products, and featured categories.

05 Jun 10:24
Compare
Choose a tag to compare

We're happy to release even more resources into our API. We've also released our new documentation here which has been revised a lot! We hope you all like it.

  • External services can now be managed through the external_services resource.
  • Features products can be managed through the featuredProducts resource.
  • Featured categories can be managed through the featuredCategories resource.
  • The variant bulk now accepts even more parameters.

Complete changelog can be found right here.

v1.6.0 - Checkout API, bulk method for productAttributes, Filters API and CustomStatuses

01 May 16:20
Compare
Choose a tag to compare

After a Release candidate, we haven't found any regressions.

We're happy to release the next minor version of the API. This version of our API client brings a lot of new functionality, and fixes some of the existing functionality.

Changes:

  • Calls to the checkout API do not require a root object (normally, all calls are wrapped in the resource name) (thanks @TheDevilOnLine)
  • The method to change ProductAttributes never worked, but is now working (thanks @nedelenbos)
  • The generation date now no longer exists, as we now use semver for our client.
  • Some changes in our coding standards are now reflected in the client too.

This release also brings 4 new resources:

  • Filters
  • FilterValues
  • ProductFilterValues
  • CustomStatuses, which links to the custom_status_id in the Orders resource.

v1.5.2 - Fix for inconsistent Checkout-endpoints

02 Apr 08:59
Compare
Choose a tag to compare

Due to inconsistencies in the CheckoutAPI-endpoint, a fix was made to deal with it

v1.5.1 - Fix for backwards compatibility

26 Jan 10:17
Compare
Choose a tag to compare

Release 1.5.0 broke backwards compatibility with php5.3 due to short array notation, fixed it.

1.5.0 - additionalCosts and sets

25 Jan 08:05
Compare
Choose a tag to compare

This release includes support for the following endpoints:

  • Sets
  • AdditionalCosts

Also, some coding style changes were made.

1.4.0

03 Nov 14:37
Compare
Choose a tag to compare