Included commits: 1.21.0...1.22.0
Improvements
- Introduced
RouterConstants::IS_STORE_ROUTING_ENABLED
. - Introduced
Store
transfer. - Added
StoreClientInterface
to dependencies. - Introduced
RouterConfig::isStoreRoutingEnabled()
method to return true if the store routing is enabled. - Adjusted
StorePrefixRouterEnhancerPlugin::afterGenerate()
to get the current store name if the store route is enabled.
Adjustments
- Added
Store
module to dependencies.