Skip to content

Releases: spryker-shop/storage-router

0.1.5

28 Nov 15:42
Compare
Choose a tag to compare

Included commits: 0.1.4...0.1.5

Improvements

  • Introduced StorageRouterConstants::IS_STORE_ROUTING_ENABLED.
  • Introduced Store transfer.
  • Added StoreClientInterface to dependencies.
  • Introduced StorePrefixStorageRouterEnhancerPlugin.
  • Adjusted StorageRequestMatcher::matchRequest() and StorageUrlGenerator::generate() to add compatibility for store routing functionality.
  • Adjusted StorageRequestMatcher::matchRequest() and StorageUrlGenerator::generate() with StorageRouterEnhancerPluginInterface plugin stack execution.
  • Adjusted ControllerRouteEnhancer::enhance().
  • Introduced StorageRouterConfig::getAllowedStores().
  • Introduced StorageRouterConfig::isStoreRoutingEnabled() method to return true if the store routing is enabled.

Adjustments

  • Added Store module to dependencies.
  • Increased StorageRouterExtension module version dependency.

0.1.4

03 Nov 08:41
Compare
Choose a tag to compare

Included commits: 0.1.3...0.1.4

Improvements

  • Added PHP 8.2 support.

0.1.3

24 Jan 19:53
Compare
Choose a tag to compare

Included commits: 0.1.2...0.1.3

Improvements

  • Adjusted SprykerShop\Yves\StorageRouter\RequestMatcher\StorageRequestMatcher, SprykerShop\Yves\StorageRouter\RouteEnhancer\ControllerRouteEnhancer, SprykerShop\Yves\StorageRouter\UrlGenerator\StorageUrlGenerator for compatibility with Symfony 6 packegs.

0.1.2

09 Oct 16:38
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Fixes

  • Added/removed missing or wrong dependencies.

0.1.1

17 Jun 15:06
Compare
Choose a tag to compare

Included commits: 0.1.0...0.1.1

Fixes

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

0.1.0

26 Sep 07:31
Compare
Choose a tag to compare

Included commits: https://github.com/spryker-shop/storage-router/tree/0.1.0

Initial Release

  • New Module which handles routes added to the Storage.
  • Added possibility to use RouteEnhancerPlugins.
  • Used SymfonyCmf dynamic router.