Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.01 KB

2022-11-29-compile-themes-only-for-active-sales-channels.md

File metadata and controls

14 lines (14 loc) · 1.01 KB
title issue author author_email author_github
Compile theme only for active sales channels
NEXT-25596
Lars Schröder (KielCoding)
larsbo

Storefront

  • Deprecated \Shopware\Storefront\Theme\ConfigLoader\AbstractAvailableThemeProvider::load. Parameter $activeOnly will be introduced in a future version.
  • Added optional second parameter $activeOnly to \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider::load
  • Deprecated \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider::load. Second parameter $activeOnly will be required in future versions.
  • Added optional second parameter $activeOnly to \Shopware\Storefront\Theme\ConfigLoader\StaticFileAvailableThemeProvider::load
  • Deprecated \Shopware\Storefront\Theme\ConfigLoader\StaticFileAvailableThemeProvider::load. Second parameter $activeOnly will be required in future versions.
  • Added option active-only to \Shopware\Storefront\Theme\Command\ThemeCompileCommand::__construct