Releases: spryker/content-product
Releases · spryker/content-product
1.1.0
Included commits: 1.0.2...1.1.0
Improvements
- Introduced
ContentProductClient::executeProductAbstractListTypeByKeys()
. - Adjusted
spryker/content-storage
dependency version.
1.0.2
Included commits: 1.0.1...1.0.2
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.0.1
Included commits: 1.0.0...1.0.1
Bugfixes
- Added the missing
ContentParameterMessage::messages
transfer object property.
1.0.0
0.2.1
Included commits: 0.2.0...0.2.1
Improvements
- Added a new constant
Spryker\Shared\ContentProduct\ContentProductConfig::WIDGET_TEMPLATE_IDENTIFIER_BOTTOM_TITLE
for the new template name.
Deprecations
- Deprecated the
Spryker\Shared\ContentProduct\ContentProductConfig::WIDGET_TEMPLATE_IDENTIFIER_DEFAULT
constant for the default template.
0.2.0
Included commits: 0.1.1...0.2.0
Improvements
- Removed
ContentProductClient::executeProductAbstractListTypeById()
. - Introduced
ContentProductClient::executeProductAbstractListTypeByKey()
to find a content item by content key. - Introduced
ContentTypeContextTransfer::$key
transfer object property. - Increased a version of
spryker/content-storage
incomposer.json
.
0.1.1
0.1.0
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.