Skip to content

Releases: spryker/product-attribute

1.14.0

06 May 14:04
Compare
Choose a tag to compare

Included commits: 1.13.0...1.14.0

Improvements

  • Added PHPStan 1.10.* support.

1.13.0

03 Apr 08:37
Compare
Choose a tag to compare

Included commits: 1.12.0...1.13.0

Improvements

  • Adjusted ProductAttributeDataHelper to make it Dynamic Store compatible.

Adjustments

  • Adjusted composer.json to allow for new Locale major.

1.12.0

10 Mar 14:48
Compare
Choose a tag to compare

Included commits: 1.11.0...1.12.0

Improvements

  • Added AclMerchantPortalExtension module to dependencies.
  • Introduced ProductAttributeAclEntityConfigurationExpanderPlugin plugin to expand provided AclEntityMetadataConfig transfer object with product attribute composite data.
  • Introduced AclEntityMetadataConfig transfer.
  • Introduced AclEntityMetadata transfer.
  • Introduced AclEntityParentMetadata transfer.
  • Introduced AclEntityMetadataCollection transfer.

1.11.0

01 Feb 17:52
Compare
Choose a tag to compare

Included commits: 1.10.0...1.11.0

Improvements

  • Increased Transfer version dependency.
  • Introduced ProductManagementAttributeCriteria transfer.
  • Introduced ProductManagementAttributeConditions transfer.
  • Introduced Pagination transfer.
  • Introduced ProductAttributeFacadeInterface::getProductManagementAttributeCollection() to fetch product management attribute collection from Persistence.
  • Adjusted ProductAttributeFacade::updateProductManagementAttribute() so
    it returns product management attribute values with IDs.

1.10.0

04 Jan 13:09
Compare
Choose a tag to compare

Included commits: 1.9.0...1.10.0

Deprecations

  • Deprecated ProductAttributeConfig::getAllowedStores().

1.9.0

22 Jun 08:22
Compare
Choose a tag to compare

Included commits: 1.8.1...1.9.0

Improvements

  • Introduced ProductManagementAttributeFilter.onlySuperAttributes transfer property.
  • Adjusted ProductAttributeFacade::getProductManagementAttributes() so it returns only super attributes if specified in the criteria.

1.8.1

26 Jan 10:32
Compare
Choose a tag to compare

Included commits: 1.8.0...1.8.1

Adjustments

  • Adjusted ProductAttributeDataHelper::haveProductManagementAttributeEntity() to override product attribute key entity.

1.8.0

13 Oct 16:35
Compare
Choose a tag to compare

Included commits: 1.7.0...1.8.0

Improvements

  • Added spryker/zed-request dependency.
  • Introduced ProductAttributeClient::getProductManagementAttributes().
  • Introduced ProductAttributeFacade::getProductManagementAttributes() to retrieve product management attributes from Persistence that match the given criteria.

1.7.0

20 Aug 12:55
Compare
Choose a tag to compare

Included commits: 1.6.1...1.7.0

Fixes

  • Added missing size property spy_product_management_attribute.input_type column.

1.6.1

17 Jun 15:47
Compare
Choose a tag to compare

Included commits: 1.6.0...1.6.1

Fixes

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