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