Releases: spryker/locale
Releases · spryker/locale
3.5.1
Included commits: 3.5.0...3.5.1
Fixes
- Adjusted
LocaleLocalePlugin
to properly parse locale name from the URL.
3.5.0
3.4.0
Included commits: 3.3.0...3.4.0
Improvements
- Fixed
LocaleFacade::install()
facade method to rollback the transaction in a case when Exception is thrown during the execution of it. - Impacted
LocaleInstallerPlugin
plugin with facade changes.
3.3.0
Included commits: 3.2.3...3.3.0
Improvements
- Introduced
Spryker\Zed\Locale\Business\LocaleFacadeInterface::getSupportedLocaleCodes()
that returns a string array of ISO codes for supported locales from the configuration.
3.2.3
Included commits: 3.2.2...3.2.3
Bugfixes
- Fixed the locales order in
LocaleFacade::getLocaleCollection()
.
3.2.2
Included commits: 3.2.1...3.2.2
Bugfixes
- Adjusted
LocaleFacadeInterface::getLocaleCollection()
to get available locales in bulk. - Added optional
LocaleRepositoryInterface
dependency toLocaleManager
.
3.2.1
Included commits: 3.2.0...3.2.1
Bugfixes
- Use array access for Container usages instead of the setter method.
3.2.0
Included commits: 3.1.0...3.2.0
Improvements
- Provided
Spryker\Yves\Locale\Plugin\Application\LocaleApplicationPlugin
instead of locale related functionality provided by deprecatedSprykerShop\Yves\ShopApplication\Plugin\Provider\ShopApplicationServiceProvider
similar plugin provided for Zed. - Provided
Spryker\Yves\Locale\Plugin\EventDispatcher\LocaleEventDispatcherPlugin
similar plugin provided for Zed. - Provided
Spryker\Yves\Locale\Plugin\Locale\LocaleLocalePlugin
that implementsSpryker\Shared\LocaleExtension\Dependency\Plugin\LocalePluginInterface
fromspryker/locale-extension
similar plugin provided for Zed. - Provided
Spryker\Zed\Locale\Communication\Plugin\Locale\LocaleLocalePlugin
that implementsSpryker\Shared\LocaleExtension\Dependency\Plugin\LocalePluginInterface
fromspryker/locale-extension
similar plugin provided for Zed. - Provided new facad method
setCurrentLocale()
. - Added test case for checking if changing language on Yves work or not.
3.1.0
Included commits: 3.0.0...3.1.0
Improvements
Add a new test helper for generating and persisting locales
3.0.0
Included commits: 2.2.0...3.0.0
Improvements
- Replaced MessengerInterface with Psr\Log\LoggerInterface.
- Renamed Installer to LocaleInstallerPlugin, removed direct use of Installer bundle.