Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 424 Bytes

2020-09-25-check-sw-api-compatibility-header-in-apiversionconverter.md

File metadata and controls

6 lines (6 loc) · 424 Bytes

title: Check sw-api-compatibility header in ApiVersionConverter issue: NEXT-11039


API

  • Changed \Shopware\Core\Framework\Api\Converter\ApiVersionConverter to ignore deprecations if the header sw-api-compatibility is set. Before this was only checked in the \Shopware\Core\Framework\Api\Converter\DefaultApiConverter. Custom \Shopware\Core\Framework\Api\Converter\ApiConverter had to check it themself.