0.1.0
spryker-release-bot
released this
16 Apr 10:21
·
88 commits
to master
since this release
Included commits: https://github.com/spryker/content-product/tree/0.1.0
Initial Release
- Added
ContentProductToContentStorageClientInterface
to dependencies. - Introduced
ContentProductClient:: executeProductAbstractListTypeById()
. - Introduced
ContentProductAbstractListTerm
,ContentProductAbstractListType
,ContentTypeContext
,ContentValidationResponse
,ContentParameterMessage
,Message
transfer objects. - Introduced
Spryker\Shared\ContentProduct\ContentProductConfig::CONTENT_TYPE_PRODUCT_ABSTRACT_LIST
andSpryker\Shared\ContentProduct\ContentProductConfig::CONTENT_TERM_PRODUCT_ABSTRACT_LIST
. - Introduced
ContentProductFacade::validateContentProductAbstractListTerm()
with validation for term of content item. - Introduced
Spryker\Zed\ContentProduct\ContentProductConfig:: getMaxProductsInProductAbstractList()
to define max number of products in abstract product list content item.