Skip to content

Releases: spryker/messenger

3.6.3

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 07 Mar 13:17

Included commits: 3.6.2...3.6.3

Fixes

  • Adjusted flash-messages.twig to add missing data-qa.

3.6.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 28 Jul 15:17

Included commits: 3.6.1...3.6.2

Improvements

  • Adjusted UI for flash-messages.

3.6.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Oct 12:06

Included commits: 3.6.0...3.6.1

Fixes

  • Use interfaces from symfony/translation-contracts.

3.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Jul 10:31

Included commits: 3.5.1...3.6.0

Improvements

  • Replaced usage of the Pimple plugin with ContainerInterface::getApplicationService().

3.5.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Jun 15:45

Included commits: 3.5.0...3.5.1

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

3.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 25 Nov 14:02

Included commits: 3.4.0...3.5.0

Improvements

  • Added FlashMessengerApplicationPlugin.

Deprecations

  • Deprecated FlashMessengerServiceProvider.

3.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Aug 09:57

Included commits: 3.3.0...3.4.0

Improvements

  • Added MessengerApplicationPlugin.
  • Deprecated MessengerServiceProvider.

3.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 Jun 12:07

Included commits: 3.2.0...3.3.0

Adjustments

  • Adjusted InMemoryMessageTray and SessionMessageTray classes to use "dummy" fallback translation mechanism when the translation is not possible by any of the provided TranslationPluginInterface plugin implementation.

3.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Feb 15:01

Included commits: 3.1.2...3.2.0

Improvements

Plugin \Spryker\Zed\Messenger\Dependency\Plugin\TranslationPluginInterface was deprecated, use Spryker\Zed\MessengerExtension\Dependency\Plugin\TranslationPluginInterface instead.
InMemoryMessageTray and SessionMessageTray got changed to use a stack of translation plugins instead of one to be able to fallback to file translations when Glossary key was not found.
Added translation filter to Flash messages.

3.1.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 31 Oct 17:47

Included commits: 3.1.1...3.1.2

Adjustments

  • Allow next major of spryker/session module.