Included commits: 4.8.0...4.9.0
Improvements
- Introduced
LocaleConstants::IS_STORE_ROUTING_ENABLED
. - Introduced
LocaleConfig::isStoreRoutingEnabled()
method to return true if the store routing is enabled. - Introduced
LocaleConfig::getLocaleCodeIndex()
method to return the index of the locale code in the URL. - Adjusted
LocaleLocalePlugin::getLocaleTransfer()
so now it uses the config methodLocaleConfig::getLocaleCodeIndex()
for extracting locale code from URL.