Skip to content

Releases: spryker/product-management-extension

1.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 Mar 13:43

Included commits: 1.10.0...1.11.0

Improvements

  • Introduced ProductAbstractFormOptionsExpanderPluginInterface to allow plugins to extend the options array passed to the abstract product form.
  • Introduced ProductAbstractFormOptionsResolverExpanderPluginInterface to allow plugins to declare custom option definitions in the abstract product form's OptionsResolver.
  • Introduced ProductAbstractFormTabContentProviderWithPriorityPluginInterface as a priority-aware replacement for ProductAbstractFormTabContentProviderPluginInterface.

Deprecations

  • Deprecated ProductAbstractFormTabContentProviderPluginInterface in favour of ProductAbstractFormTabContentProviderWithPriorityPluginInterface.

1.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Feb 10:42

Included commits: 1.9.0...1.10.0

Improvements

  • Introduced ProductAbstractFormTabContentProviderPluginInterface to enable extending product abstract form tabs with custom content such as product attachments.

1.9.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Nov 15:52

Included commits: 1.8.0...1.9.0

Improvements

  • introduced an interface for providing product abstract readiness data (ProductAbstractReadinessProviderPluginInterface).
  • Introduced an interface for providing product concrete readiness data (ProductConcreteReadinessProviderPluginInterface).

1.8.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Apr 17:27

Included commits: 1.7.0...1.8.0

Improvements

  • Introduced ProductAbstract transfer.
  • Introduced ProductAbstractFormDataProviderExpanderPluginInterface to expand the product abstract form data with additional data.
  • Introduced ProductAbstractTransferMapperPluginInterface to map form data to ProductAbstractTransfer.

1.7.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Oct 13:45

Included commits: 1.6.0...1.7.0

Improvements

  • Introduced ProductVariantTableActionExpanderPluginInterface to expand product variant action buttons.

1.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Feb 13:42

Included commits: 1.5.0...1.6.0

Improvements

  • Introduced ProductTableActionExpanderPluginInterface to add additional actions to abstract product table.
  • Introduced ProductTableConfigurationExpanderPluginInterface to expand product table configuration.
  • Introduced ProductTableDataBulkExpanderPluginInterface to expand product table data.
  • Introduced ButtonCollection transfer.

Deprecations

  • Deprecated ProductTableDataExpanderPluginInterface.

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 16 Nov 14:04

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced ProductTableDataExpanderPluginInterface to extend product table rows with additional data.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 22 Jun 16:39

Included commits: 1.3.0...1.4.0

Improvements

  • Introduced QueryCriteria transfer.
  • Introduced ProductAbstractViewActionViewDataExpanderPluginInterface to expand view data for abstract product at ProductManagement/ViewController::indexAction().
  • Introduced ProductAbstractListActionViewDataExpanderPluginInterface to expand view data for list of abstract products at ProductManagement/IndexController::indexAction().
  • Introduced ProductTableQueryCriteriaExpanderPluginInterface to expand query criteria for abstract products.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 04 Jun 14:09

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced ProductAbstractEditViewExpanderPluginInterface to expand view data for edit abstract product page.
  • Introduced ProductConcreteEditViewExpanderPluginInterface to expand view data for edit concrete product page.
  • Introduced ProductAbstractFormEditTabsExpanderPluginInterface to expand form tabs on abstract product edit page.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 Oct 12:17

Included commits: 1.1.0...1.2.0

Improvements

  • Added ProductAbstractFormExpanderPluginInterface plugin interface which expands ProductFormAdd and ProductFromEdit for abstract products with new form fields or sub-forms.
  • Added ProductConcreteFormExpanderPluginInterface plugin interface which expands ProductFormAdd and ProductFromEdit for concrete products with new form fields or sub-forms.