Skip to content

Releases: spryker/locale

3.5.1

01 Jul 07:29
Compare
Choose a tag to compare

Included commits: 3.5.0...3.5.1

Fixes

  • Adjusted LocaleLocalePlugin to properly parse locale name from the URL.

3.5.0

27 Mar 13:51
Compare
Choose a tag to compare

Included commits: 3.4.0...3.5.0

Improvements

  • Introduced static cache for locale.

3.4.0

18 Mar 11:59
Compare
Choose a tag to compare

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

12 Sep 08:32
Compare
Choose a tag to compare

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

24 Jul 17:32
Compare
Choose a tag to compare

Included commits: 3.2.2...3.2.3

Bugfixes

  • Fixed the locales order in LocaleFacade::getLocaleCollection().

3.2.2

08 Jul 09:54
Compare
Choose a tag to compare

Included commits: 3.2.1...3.2.2

Bugfixes

  • Adjusted LocaleFacadeInterface::getLocaleCollection() to get available locales in bulk.
  • Added optional LocaleRepositoryInterface dependency to LocaleManager.

3.2.1

05 Jul 17:14
Compare
Choose a tag to compare

Included commits: 3.2.0...3.2.1

Bugfixes

  • Use array access for Container usages instead of the setter method.

3.2.0

26 Mar 15:53
Compare
Choose a tag to compare

Included commits: 3.1.0...3.2.0

Improvements

  • Provided Spryker\Yves\Locale\Plugin\Application\LocaleApplicationPlugin instead of locale related functionality provided by deprecated SprykerShop\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 implements Spryker\Shared\LocaleExtension\Dependency\Plugin\LocalePluginInterface from spryker/locale-extension similar plugin provided for Zed.
  • Provided Spryker\Zed\Locale\Communication\Plugin\Locale\LocaleLocalePlugin that implements Spryker\Shared\LocaleExtension\Dependency\Plugin\LocalePluginInterface from spryker/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

16 Jun 12:58
Compare
Choose a tag to compare

Included commits: 3.0.0...3.1.0

Improvements

Add a new test helper for generating and persisting locales

3.0.0

23 Feb 14:32
Compare
Choose a tag to compare

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.