Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: akeneo/api-php-client-ee

Cumbre Vieja

01 Feb 15:44
25b1595
Compare
Choose a tag to compare
  • Compatible with Akeneo PIM V6.0
  • Update compatibility matrix

Falso Azufre

16 Apr 12:01
1577caa
Compare
Choose a tag to compare
Merge pull request #85 from akeneo/compat-mat

Update compatibility matrix in the readme

Eyjafjallajökull

11 Oct 15:08
39bc357
Compare
Choose a tag to compare
  • Adds Asset Manager features

v4.0.2

13 Jun 15:36
Compare
Choose a tag to compare

Add support for PHP 7.1

v4.0.1

19 Mar 14:54
4785ff5
Compare
Choose a tag to compare

Remove unavailable endpoint from the PHP client for the reference entities

Deccan Traps

15 Feb 16:49
0b8b57f
Compare
Choose a tag to compare
Merge pull request #70 from akeneo/response-instead-of-body

Change the return type when downloading variation file or reference file

Cotopaxi

26 Jun 13:15
Compare
Choose a tag to compare

Improvements

  • API-602: Get a draft of product model and submit it for approval

BC breaks

  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getProductModelDraftApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\ProductModelDraftApiInterface

2.0.1

03 May 09:44
8b21ee1
Compare
Choose a tag to compare
Merge pull request #36 from akeneo/prepare-tag-2-0-1

Prepare tag 2.0.1

Batu Tara

19 Feb 10:46
8610234
Compare
Choose a tag to compare

Improvements

  • API-466: Get a single asset category
  • API-468: Get a list of asset categories
  • API-472: upsert a single asset category
  • API-474: upsert a list of asset categories
  • API-470: Create an asset category
  • API-534-531: Get and upsert an asset tag
  • API-538: Get a list of asset tags
  • API-477: Get a single asset
  • API-480: Get a list of assets
  • API-482: Create an asset
  • API-484: Upsert a single asset
  • API-486: Upsert a list of assets
  • API-560: Get and upload an asset reference file
  • API-560: handle asset reference file upload response errors
  • API-560: download an asset reference file
  • API-561: Get and upload an asset variation file
  • API-561: download an asset variation file

BC breaks

  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetCategoryApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\AssetCategoryApiInterface
  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetTagApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\AssetTagApiInterface
  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\AssetApiInterface
  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetReferenceFileApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\AssetReferenceFileApiInterface
  • Add method Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetVariationFileApi
  • Change the constructor of Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient to add Akeneo\PimEnterprise\ApiClient\Api\AssetVariationFileApiInterface

Agung

29 Nov 09:15
3172f8d
Compare
Choose a tag to compare
Merge pull request #11 from akeneo/readme

Complete the readme for the EE