Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 591 Bytes

2023-12-11-remove-storefront-deprecations.md

File metadata and controls

9 lines (9 loc) · 591 Bytes
title issue
Remove Storefront deprecations
NEXT-32085

Storefront

  • Removed deprecated exception class VerificationHashNotConfiguredException
  • Changed method Shopware\Storefront\Theme\StorefrontPluginConfiguration\AbstractStorefrontPluginConfigurationFactory::createFromThemeJson to abstract.
  • Changed parameter $basePath in Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfiguration to be no more nullable.
  • Changed parameter $pluginConfigurationFactory in constructor of Shopware\Storefront\Theme\ThemeLifecycleService to be mandatory.