mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Add upgrade file
This commit is contained in:
parent
538c6b422e
commit
88f2d401aa
1 changed files with 9 additions and 0 deletions
|
|
@ -48,6 +48,15 @@ The `Sylius\Bundle\CoreBundle\Validator\Constraints\OrderPaymentMethodEligibilit
|
|||
`Sylius\Bundle\ApiBundle\Validator\Constraints\OrderPaymentMethodEligibilityValidator` now checks also if
|
||||
payment method is assigned to the channel of the order.
|
||||
|
||||
## Shop API
|
||||
|
||||
1. The `Sylius\Bundle\ApiBundle\Doctrine\ORM\QueryExtension\Shop\Product\ChannelAndLocaleBasedExtension` service (`sylius_api.doctrine.orm.query_extension.shop.product.channel_and_locale_based`)
|
||||
now implements `QueryItemExtensionInterface` in addition to `QueryCollectionExtensionInterface`.
|
||||
The service is tagged with `api_platform.doctrine.orm.query_extension.item`.
|
||||
|
||||
If you decorate this service, make sure your decorator also implements
|
||||
`ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface` and proxies the `applyToItem` method.
|
||||
|
||||
# UPGRADE FROM `2.1.12` TO `2.1.13`
|
||||
|
||||
### Telemetry improvements
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue