Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 721 Bytes

2023-02-12-fixing-seo-url-twig.md

File metadata and controls

12 lines (12 loc) · 721 Bytes
title issue author author_email author_github
repair load custom seo url twig extensions
NEXT-25509
Björn Herzke
wrongspot

Core

  • Added Shopware\Core\Framework\Adapter\Twig\TwigVariableParserFactory
  • Changed Shopware\Core\Content\Seo\SeoUrlGenerator::__construct removed TwigVariableParser and use TwigVariableParserFactory instead
  • Changed Shopware\Core\Content\ProductExport\Service\ProductExportGenerator::__construct removed TwigVariableParser and use TwigVariableParserFactory instead
  • Deprecated direct usage of Shopware\Core\Framework\Adapter\Twig\TwigVariableParser-service use Shopware\Core\Framework\Adapter\Twig\TwigVariableParserFactory instead