Skip to content

Releases: spryker/content-product

1.1.0

15 Jul 13:00
Compare
Choose a tag to compare

Included commits: 1.0.2...1.1.0

Improvements

  • Introduced ContentProductClient::executeProductAbstractListTypeByKeys().
  • Adjusted spryker/content-storage dependency version.

1.0.2

17 Jun 15:43
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.0.1

04 Oct 10:27
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Bugfixes

  • Added the missing ContentParameterMessage::messages transfer object property.

1.0.0

25 Jun 12:28
Compare
Choose a tag to compare

Included commits: 0.2.1...1.0.0

Adjustments

  • The module became stable.

0.2.1

19 Jun 11:43
Compare
Choose a tag to compare

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

07 Jun 14:56
Compare
Choose a tag to compare

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 in composer.json.

0.1.1

08 May 07:25
Compare
Choose a tag to compare

Included commits: 0.1.0...0.1.1

Improvements

  • Adjusted ContentProductConfig.
  • Added translations.

0.1.0

16 Apr 10:21
Compare
Choose a tag to compare

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 and Spryker\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.