4.2.0
·
16 commits
to master
since this release
Included commits: 4.1.0...4.2.0
Improvements
- Introduced
LocaleServiceInterface::getAcceptLanguage()
to negotiated language ISO code based on the specified accept language and priorities. - Introduced
AcceptLanguage
transfer. - Adjusted
LocaleApplicationPlugin
to negotiate language iso code based onAccept-Language
header.
Adjustments
- Added
LocaleToLanguageNegotiatorInterface::getAcceptLanguage()
to dependencies to provide functionality to get negotiated language iso code based onAccept-Language
header. - Added
WilldurandNegotiation
module to dependencies. - Increased
Transfer
module version dependency. - Removed
LocaleToStoreClientInterface::getCurrentStore()
from dependencies.