PackageTrack
Sign in Get early access

spryker/product-category-storage

ProductCategoryStorage module

2.13.0 2.4M downloads/mo #4759 most downloaded on Packagist spryker/product-category-storage

What this package is like to depend on

Last release 3 months ago

12 May 2026

Release timing varies

gaps range from 2 weeks to 10 months

Some releases are documented

notes for 10 of 36 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

36 releases · first in 2018

3 releases in the last 12 months

see the full history below

Release timeline

36 releases · Jan 2018 to May 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 36
  1. 2.13.0 12 May 2026
    Release notes

    Included commits: 2.12.1...2.13.0

    Improvements

    • Introduced ProductCategoryStorageEntityManagerInterface::saveProductAbstractCategoryStorageCollection() to persist a batch of category storage records in a single bulk operation, replacing per-record saves during queue processing.
    Open source →
  2. 2.12.1 30 Apr 2026
    Release notes

    Included commits: 2.12.0...2.12.1

    Fixes

    • Fixed ProductStorageFacade::publishAbstractProducts() not removing storage entries upon re-publish when no localized attributes exist — commit() was missing in the early-return path, causing batched deletes to never be flushed to the database.
    Open source →
  3. 2.12.0 16 Sep 2025
    Release notes

    Included commits: 2.11.0...2.12.0

    Improvements

    • Increased spryker/category version dependency.
    Open source →
  4. 2.11.0 21 Aug 2025
    Release notes

    Included commits: 2.10.0...2.11.0

    Improvements

    • Increased SynchronizationBehavior version dependency.
    • Adjusted ProductCategoryStorageFacade performance improvements for write and read logic
    Open source →
  5. 2.10.0 10 Dec 2024
    Release notes

    Included commits: 2.9.0...2.10.0

    Fixes

    • Adjusted ProductCategoryStorageClient::sortProductCategories() to handle category sets with several parents and special characters.
    Open source →
  6. 2.9.0 06 May 2024
    Release notes

    Included commits: 2.8.0...2.9.0

    Improvements

    • Added PHPStan 1.10.* support.
    Open source →
  7. 2.8.0 12 Feb 2024
    Release notes

    Included commits: 2.7.0...2.8.0

    Fixes

    • Adjusted ProductCategoryStorageFacade::publish() to save categories for all available stores.
    Open source →
  8. 2.7.0 19 Oct 2023
    Release notes

    Included commits: 2.6.0...2.7.0

    Improvements

    • Adjusted ProductCategoryStorageWriter::findProductCategories() so it does filtering of categories based on the current store name.
    • Impacted ProductCategoryStorageFacade::publish() with the changes.
    • Impacted CategoryAttributeStorageListener with the changes.
    • Impacted CategoryNodeStorageListener with the changes.
    • Impacted CategoryStorageListener with the changes.
    • Impacted CategoryUrlStorageListener with the changes.
    • Impacted ProductCategoryPublishStorageListener with the changes.
    • Impacted ProductCategoryStorageListener with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryStoreEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryStorePublishingEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByProductCategoryPublishingEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByProductCategoryEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryIsActiveAndCategoryKeyEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryAttributeEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryNodeEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryUrlEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryUrlAndResourceCategorynodeEvents() with the changes.
    • Impacted ProductCategoryStorageFacade::writeCollectionByCategoryIsActiveAndCategoryKeyEvents() with the changes.
    • Impacted ProductCategoryWriteForPublishingPublisherPlugin with the changes.
    • Impacted ProductCategoryWritePublisherPlugin with the changes.

    Adjustments

    • Added StoreFacadeInterface::getCurrentStore() to dependencies.
    Open source →
  9. 2.6.0 20 Apr 2023
    Release notes

    Included commits: 2.5.0...2.6.0

    Improvements

    • Introduced ProductCategoryStorageClient::filterProductCategoriesByHttpReferer() to filter product categories by http referer.
    • Introduced ProductCategoryStorageClient::sortProductCategories() to sort product categories in order from parent to child.
    • Adjusted ProductAbstractCategoryStorageReader::findBulkProductAbstractCategory() to expand product abstract categories by ProductAbstractCategoryStorageCollectionExpanderPluginInterface plugin stack execution.
    • Impacted ProductCategoryStorageClient::findBulkProductAbstractCategory() by these changes.
    • Introduced ProductAbstractCategoryStorageCollection transfer.
    • Introduced ProductCategoryStorage.parentCategoryIds transfer field.
    • Added ProductCategoryStorageExtension module to dependencies.
    • Increased Transfer dependency version.

    Deprecations

    • Deprecated ProductCategoryStorageClient::findProductAbstractCategory().
    Open source →
  10. 2.5.0 31 Mar 2023

    Nothing published for this version

  11. 2.4.1 14 Jun 2022

    Nothing published for this version

  12. 2.4.0 18 Apr 2022

    Nothing published for this version

  13. 2.3.0 15 Nov 2021

    Nothing published for this version

  14. 2.2.0 27 May 2021

    Nothing published for this version

  15. 2.1.0 30 Mar 2021

    Nothing published for this version

  16. 2.0.0 09 Feb 2021

    Nothing published for this version

  17. 1.11.0 19 Apr 2023
    Release notes

    Included commits: 1.10.0...1.11.0

    Improvements

    • Introduced ProductCategoryStorageClient::filterProductCategoriesByHttpReferer() to filter product categories by http referer.
    • Introduced ProductCategoryStorageClient::sortProductCategories() to sort product categories in order from parent to child.
    • Adjusted ProductAbstractCategoryStorageReader::findBulkProductAbstractCategory() to expand product abstract categories by ProductAbstractCategoryStorageCollectionExpanderPluginInterface plugin stack execution.
    • Impacted ProductCategoryStorageClient::findBulkProductAbstractCategory() by these changes.
    • Introduced ProductAbstractCategoryStorageCollection transfer.
    • Introduced ProductCategoryStorage.parentCategoryIds transfer field.
    • Added ProductCategoryStorageExtension module to dependencies.
    • Added Transfer module to dependencies.

    Deprecations

    • Deprecated ProductCategoryStorageClient::findProductAbstractCategory().
    Open source →
  18. 1.10.0 20 May 2021

    Nothing published for this version

  19. 1.9.0 26 Jan 2021

    Nothing published for this version

  20. 1.8.2 09 Oct 2020

    Nothing published for this version

  21. 1.8.1 28 Aug 2020

    Nothing published for this version

  22. 1.8.0 03 Jul 2020

    Nothing published for this version

  23. 1.7.2 29 May 2020

    Nothing published for this version

  24. 1.7.1 26 Nov 2019

    Nothing published for this version

  25. 1.7.0 23 Oct 2019

    Nothing published for this version

  26. 1.6.0 09 Jul 2019

    Nothing published for this version

  27. 1.5.0 03 Jul 2019

    Nothing published for this version

  28. 1.4.1 08 Apr 2019

    Nothing published for this version

  29. 1.4.0 14 Jan 2019

    Nothing published for this version

  30. 1.3.0 21 Nov 2018

    Nothing published for this version

  31. 1.2.0 16 Nov 2018

    Nothing published for this version

  32. 1.1.0 21 Sep 2018

    Nothing published for this version

  33. 1.0.1 17 Jul 2018

    Nothing published for this version

  34. 1.0.0 24 May 2018

    Nothing published for this version

  35. 0.1.1 24 Jan 2018

    Nothing published for this version

  36. 0.1.0 10 Jan 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive