Releases: spryker-shop/storage-router
Releases · spryker-shop/storage-router
0.1.5
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()
andStorageUrlGenerator::generate()
to add compatibility for store routing functionality. - Adjusted
StorageRequestMatcher::matchRequest()
andStorageUrlGenerator::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
0.1.3
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
0.1.1
Included commits: 0.1.0...0.1.1
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
0.1.0
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.