Skip to content

Commit

Permalink
added upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Apr 5, 2023
1 parent ba1c623 commit aca3b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upgrade/UPGRADE-v11.0.1-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aca3b9b

Please sign in to comment.