Skip to content

Releases: spryker-shop/shop-application

1.5.0

26 Mar 15:51
Compare
Choose a tag to compare

Included commits: 1.4.2...1.5.0

Improvements

  • Introduced SprykerShop/Shared/ShopApplication/ShopApplicationConstants:: ENABLE_APPLICATION_DEBUG .
  • Introduced SprykerShop/Yves/ShopApplication/ControllerResolver/CallbackControllerResolver.
  • Introduced SprykerShop/Yves/ShopApplication/ControllerResolver/ServiceControllerResolver.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/Application/ShopApplicationApplicationPlugin.
  • Introduced ShopApplication/Plugin/EventDispatcher/ShopApplicationEventDispatcherPlugin.
  • Deprecated SprykerShop/Yves/ShopApplication/Plugin/Provider/ShopApplicationServiceProvider.
  • Deprecated SprykerShop/Yves/ShopApplication/Plugin/Provider/ShopTwigServiceProvider.
  • Deprecated SprykerShop/Yves/ShopApplication/Plugin/Provider/WidgetServiceProvider.
  • Deprecated SprykerShop/Yves/ShopApplication/Plugin/Provider/WidgetTagServiceProvider.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/Twig/ShopApplicationFormTwigLoaderPlugin.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/Twig/ShopApplicationTwigPlugin.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/Twig/WidgetTagTwigPlugin.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/Twig/WidgetTwigPlugin.
  • Adjusted SprykerShop/Yves/ShopApplication/Plugin/AbstractTwigExtensionPlugin.
  • Added introducing of global environment variable to SprykerShop/Yves/ShopApplication/Plugin/ShopApplicationTwigExtensionPlugin.
  • Introduced SprykerShop/Yves/ShopApplication/Plugin/TwigFormRuntimeLoaderPlugin.
  • Introduced SprykerShop/Yves/ShopApplication/Subscriber/ShopApplicationTwigEventSubscriber.
  • Introduced SprykerShop/Yves/ShopApplication/Twig/Widget/Node/WidgetTagNode.
  • Introduced SprykerShop/Yves/ShopApplication/Twig/Widget/TokenParser/WidgetTagTwigTokenParser.

1.4.2

22 Mar 07:17
Compare
Choose a tag to compare

Included commits: 1.4.1...1.4.2

Improvements

  • Replaced usage of PSR-0 with PSR-4 namespaces for Twig.

1.4.1

30 Jan 05:55
Compare
Choose a tag to compare

Included commits: 1.4.0...1.4.1

Bugfixes

  • Only use new Spryker Application when the current application is an instance of the ContainerInterface.

1.4.0

25 Jan 09:00
Compare
Choose a tag to compare

Included commits: 1.3.0...1.4.0

Improvements

  • Adjusted SprykerShop/Yves/ShopApplication/ShopApplicationDependencyProvider to be able to get a stack of application's plugins.
  • Adjusted SprykerShop/Yves/ShopApplication/YvesBootstrap to be able to work with Spryker/Shared/Application/Application.

1.3.0

16 Oct 05:11
Compare
Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Added TwigExtensionPlugin.

1.2.0

25 Sep 08:32
Compare
Choose a tag to compare

Included commits: 1.1.2...1.2.0

Improvements

  • Added new WidgetTagServiceProvider that provides new widget related twig features.
  • WidgetServiceProvider is now extended from WidgetTagServiceProvider, thus it's providing all its functionality as well.
  • Added new widget twig tag to render widgets (provided by WidgetTagServiceProvider).
  • Added new findWidget twig function to get widget objects in twig templates (provided by WidgetTagServiceProvider).

1.1.2

04 Sep 10:33
Compare
Choose a tag to compare

Included commits: 1.1.1...1.1.2

Bugfixes

  • Fixed unbound version constraints in composer.json file.

1.1.1

31 Aug 12:03
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Bugfixes

  • Updated composer dependencies.

1.1.0

02 Aug 08:49
Compare
Choose a tag to compare

Included commits: 1.0.0...1.1.0

Improvements

  • Added configuration to allow usage of Spryker\Yves\Kernel\View\ViewInterface within demoshop context.

1.0.0

15 Jun 10:10
Compare
Choose a tag to compare

Included commits: 0.4.1...1.0.0

Improvements

  • Improved AbstractYvesControllerProvider::getAllowedLocalesPattern() method performance.
  • Improved exception messages provided by WidgetServiceProvider when something goes wrong in a widget.