From aca3b9b008d5fa68e7f5012316540a2c5ef61372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Tue, 4 Apr 2023 14:49:38 +0200 Subject: [PATCH] added upgrade notes --- upgrade/UPGRADE-v11.0.1-dev.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upgrade/UPGRADE-v11.0.1-dev.md b/upgrade/UPGRADE-v11.0.1-dev.md index 017f1176cf9..21937ecb1e5 100644 --- a/upgrade/UPGRADE-v11.0.1-dev.md +++ b/upgrade/UPGRADE-v11.0.1-dev.md @@ -129,3 +129,6 @@ There you can find links to upgrade notes for other versions too. - constant `Shopsys\FrameworkBundle\Controller\Admin\DefaultController::HOUR_IN_SECONDS` is now deprecated and will be removed in next major - method `Shopsys\FrameworkBundle\Controller\Admin\DefaultController::getFormattedDuration()` is now deprecated and will be removed in next major, use `Shopsys\FrameworkBundle\Twig\DateTimeFormatterExtension::formatDurationInSeconds()` instead - see #project-base-diff to update your project +- remove DRY violation in AggregationResultToProductFilterCountDtaTransformer ([#2501](https://github.com/shopsys/shopsys/pull/2501)) + - `Shopsys\FrameworkBundle\Model\Product\Search\AggregationResultToProductFilterCountDataTransformer::translateFlagsPlusNumbers()` method is now deprecated, use `getFlagCount()` instead + - `Shopsys\FrameworkBundle\Model\Product\Search\AggregationResultToProductFilterCountDataTransformer::translateBrandsPlusNumbers()` method is now deprecated, use `getBrandCount()` instead