Releases: spryker-shop/shop-application
Releases · spryker-shop/shop-application
1.9.0
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
Included commits: 1.8.0...1.8.1
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.8.0
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
1.7.2
Included commits: 1.7.1...1.7.2
Bugfixes
- Removed redundant
ShopApplicationDependencyProvider::ENVIRONMENT
constant.
1.7.1
1.7.0
Included commits: 1.6.2...1.7.0
Improvements
- Added EventDispatcherPlugin.
Depreacations
- Deprecated ServiceProvider.
1.6.2
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
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 therender(controller('action-reference))
call. - Adjusted
WidgetTagServiceProvider::onKernelView()
to set the global twig variable_view
only for master requests to avoid overwriting by therender(controller('action-reference))
call.
1.6.0
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.