Releases: spryker-shop/shop-application
Releases · spryker-shop/shop-application
1.15.0
Included commits: 1.14.0...1.15.0
Improvements
- Adjusted
composer.json
to allow for newLocale
major.
1.14.0
Included commits: 1.13.0...1.14.0
Fixes
- Adjusted
SprykerShop\Yves\ShopApplication\ControllerResolver\ServiceControllerResolver
to be compatible withsymfony/http-kernel:^5.0.0 || ^6.0.0
.
Improvements
- Adjusted
SprykerShop\Yves\ShopApplication\Plugin\Provider\WidgetTagServiceProvider
,SprykerShop\Yves\ShopApplication\Subscriber\ShopApplicationTwigEventSubscriber
for compatibility with Symfony 6 packages.
1.13.0
Included commits: 1.12.1...1.13.0
Improvements
- Added
Locale
module to dependencies. - Added
LocaleClientInterface
to dependencies. - Removed global Store object from dependencies.
- Adjusted
ShopApplicationServiceProvider
to useLocaleClient
instead of globalStore
object.
1.12.1
Included commits: 1.12.0...1.12.1
Fixes
- Adjusted
YvesBootstrap
to be compatible withBundleDependencyProviderResolverAwareTrait
trait.
1.12.0
Included commits: 1.11.1...1.12.0
Improvements
- Adjusted
WidgetFactory
in order to allow generate cache keys via widget related plugins. If the plugin returns null, the cache is disabled for this widget.
1.11.1
Included commits: 1.11.0...1.11.1
Fixes
- Introduced
BaseAbstractTwigExtensionPlugin
. - Adjusted
AbstractTwigExtensionPlugin
to be able to register global variables in a way compatible with all major Twig versions.
1.11.0
1.10.2
Included commits: 1.10.1...1.10.2
Fixes
- Adjusted
WidgetTwigPlugin
in order to initialize widget global variable prior to template rendering.
1.10.1
Included commits: 1.10.0...1.10.1
Fixes
- Adjusted
WidgetTagServiceProvider
in order to be compatible with Twig v3. - Adjusted
ShopApplicationEventDispatcherPlugin
in order to be compatible with Twig v3.
1.10.0
Included commits: 1.9.0...1.10.0
Improvements
- Added
webpackChunkName
magic comment to the components with lazy mode. - Introduced
LastVisitCookieEventDispatcherPlugin
to set cookie with information about the last visit of the user.