Skip to content

Releases: spryker-shop/shop-application

1.9.0

24 Jul 10:33
Compare
Choose a tag to compare

Included commits: 1.8.1...1.9.0

Improvements

  • Moved spryker/silex to require-dev.
  • Added new YvesBootstrap.
  • Removed Silex usage from RoutingHelper.
  • Added public ROUTE_NAME_* constants in the RouteProviderPlugin.

Deprecations

  • \SprykerShop\Yves\ShopApplication\YvesBootstrap.
  • \SprykerShop\Yves\ShopApplication\ShopApplicationDependencyProvider::PLUGIN_APPLICATION.
  • \SprykerShop\Yves\ShopApplication\ShopApplicationDependencyProvider::addApplicationPlugin().
  • Deprecated all protected ROUTE_* name constants in the RouteProviderPlugin.

1.8.1

17 Jun 15:06
Compare
Choose a tag to compare

Included commits: 1.8.0...1.8.1

Fixes

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

1.8.0

11 May 10:33
Compare
Choose a tag to compare

Included commits: 1.7.3...1.8.0

Improvements

  • Used code bucket instead of the store for getting url from the destination in the RoutingHelper::getRouteFromDestination().
  • Increased Kernel module version dependency.

1.7.3

05 Dec 12:41
Compare
Choose a tag to compare

Included commits: 1.7.2...1.7.3

Deprecations

  • Deprecated the YvesSecurityServiceProvider.

1.7.2

29 Nov 13:39
Compare
Choose a tag to compare

Included commits: 1.7.1...1.7.2

Bugfixes

  • Removed redundant ShopApplicationDependencyProvider::ENVIRONMENT constant.

1.7.1

18 Oct 04:50
Compare
Choose a tag to compare

Included commits: 1.7.0...1.7.1

Deprecations

  • Corrected deprecation message.

1.7.0

11 Oct 05:36
Compare
Choose a tag to compare

Included commits: 1.6.2...1.7.0

Improvements

  • Added EventDispatcherPlugin.

Depreacations

  • Deprecated ServiceProvider.

1.6.2

26 Sep 07:31
Compare
Choose a tag to compare

Included commits: 1.6.1...1.6.2

Bugfixes

  • Deprecated method in Config class.
  • Added check for _template in the matched route $parameters for performance reasons.
  • Refactored abstract methods to empty protected methods to be able to remove the implementations from the projects.

1.6.1

06 Aug 13:48
Compare
Choose a tag to compare

Included commits: 1.6.0...1.6.1

Bugfixes

  • Adjusted ShopApplicationTwigEventSubscriber::onKernelView() to set the global twig variable _view only for master requests to avoid overwriting by the render(controller('action-reference)) call.
  • Adjusted WidgetTagServiceProvider::onKernelView() to set the global twig variable _view only for master requests to avoid overwriting by the render(controller('action-reference)) call.

1.6.0

02 Jul 14:28
Compare
Choose a tag to compare

Included commits: 1.5.0...1.6.0

Improvements

  • Introduced the CalculationPageConstants::ENABLE_CART_DEBUG configuration to enable/disable the endpoint to show debugging information for the cart.

Module ErrorPage

Change log

Improvements

  • Introduced the ErrorPageConstants::ENABLE_ERROR_404_STACK_TRACE configuration to enable/disable when the 404 error output is extended with stacktrace.

Module ShopApplication

Change log

Improvements

  • Introduced ShopApplicationConstants::TWIG_ENVIRONMENT_NAME to read the environment name for twig from config.
  • Removed the dependency on deprecated Spryker\Shared\Config\Environment from the service provider and factory.