- PIM-9595: Avoid 403 error when launching import with no view rights on import details
- PIM-9622: Fix query that can generate a MySQL memory allocation error
- PIM-9630: Fix SQL sort buffer size issue when the catalog has a very large number of categories
- PIM-9636: Fix add posibility to contextualize translation when create a variant depending on number of axes
- PIM-9631: fix attribute groups not displayed in family due to JS error
- PIM-9649: Fix PDF product renderer disregarding permissions on Attribute groups
- PIM-9650: Add translation key for mass delete action.
- PIM-9642: Refresh product image when switching channel or locale
- PIM-9667: Prevent import of duplicate options in multiselect attributes
- PIM-9648: Mitigate DDoS risk on API auth endpoint by rejecting too large content
- CPM-101: Remove twig/extensions dependency (abandoned)
- CPM-100: replace deprecated
Symfony\Component\Translation\TranslatorInterface
bySymfony\Contracts\Translation\TranslatorInterface
- CPM-100: replace deprecated
Symfony\Component\HttpKernel\Event\GetResponseEvent
bySymfony\Component\HttpKernel\Event\RequestEvent
- Change constructor of
Oro\Bundle\PimDataGridBundle\Controller\DatagridController
to removeSymfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating
- Change constructor of
Oro\Bundle\FilterBundle\Form\Type\Filter\DateTimeRangeFilterType
to removeSymfony\Component\Translation\TranslatorInterface $translator
- Change constructor of
Oro\Bundle\PimFilterBundle\Filter\ProductValue\MetricFilter
to removeSymfony\Component\Translation\TranslatorInterface $translator
- Change constructor of
Akeneo\Pim\Enrichment\Component\Product\Normalizer\InternalApi\VersionNormalizer
to addSymfony\Contracts\Translation\LocaleAwareInterface\LocaleAwareInterface $localeAware
- Change constructor of
Akeneo\UserManagement\Bundle\EventListener\LocaleSubscriber
to:- remove
Symfony\Component\Translation\TranslatorInterface $translator
- add
Symfony\Contracts\Translation\LocaleAwareInterface\LocaleAwareInterface $localeAware
- remove