Merge branch '1.11' into 1.12

* 1.11:
  Updated UPGRADE-1.11.md to add a BC Break on channel pricing
This commit is contained in:
Grzegorz Sadowski 2023-01-24 07:29:28 +01:00
commit 64f878481c
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -177,6 +177,11 @@ stock form type extensions without you having to explicitly specify their priori
default values, you might have to review priorities of your own form type extensions, as well as any that you have overridden.
Please note that **unlike state machine callbacks**, form extension priorities are being executed in descending order.
#### Channel pricing view
All form fields are now hardcoded into the `AdminBundle/Resources/views/ProductVariant/Tab/_channelPricings.html.twig` view.
If you have custom properties which were previously rendered automatically you now have to override this view in `templates/bundles/SyliusAdminBundle/ProductVariant/Tab/_channelPricings.html.twig`.
### API v2
For changes according to the API v2, please visit [API v2 upgrade file](UPGRADE-API-1.11.md).