This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Releases: akeneo/api-php-client-ee
Releases · akeneo/api-php-client-ee
Cumbre Vieja
- Compatible with Akeneo PIM V6.0
- Update compatibility matrix
Falso Azufre
Merge pull request #85 from akeneo/compat-mat Update compatibility matrix in the readme
Eyjafjallajökull
- Adds Asset Manager features
v4.0.2
v4.0.1
Deccan Traps
Merge pull request #70 from akeneo/response-instead-of-body Change the return type when downloading variation file or reference file
Cotopaxi
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 addAkeneo\PimEnterprise\ApiClient\Api\ProductModelDraftApiInterface
2.0.1
Merge pull request #36 from akeneo/prepare-tag-2-0-1 Prepare tag 2.0.1
Batu Tara
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 addAkeneo\PimEnterprise\ApiClient\Api\AssetCategoryApiInterface
- Add method
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetTagApi
- Change the constructor of
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient
to addAkeneo\PimEnterprise\ApiClient\Api\AssetTagApiInterface
- Add method
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetApi
- Change the constructor of
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient
to addAkeneo\PimEnterprise\ApiClient\Api\AssetApiInterface
- Add method
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetReferenceFileApi
- Change the constructor of
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient
to addAkeneo\PimEnterprise\ApiClient\Api\AssetReferenceFileApiInterface
- Add method
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface::getAssetVariationFileApi
- Change the constructor of
Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClient
to addAkeneo\PimEnterprise\ApiClient\Api\AssetVariationFileApiInterface