Skip to content

0.1.5

Latest
Compare
Choose a tag to compare
@spryker-release-bot spryker-release-bot released this 28 Nov 15:42

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.