mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
fix: wrong position of the deprecations
This commit is contained in:
parent
41c5b4f3bc
commit
85a9294c3f
1 changed files with 5 additions and 5 deletions
|
|
@ -56,6 +56,11 @@
|
||||||
|
|
||||||
2. The `knplabs/gaufrette` and `knplabs/knp-gaufrette-bundle` packages have been removed.
|
2. The `knplabs/gaufrette` and `knplabs/knp-gaufrette-bundle` packages have been removed.
|
||||||
|
|
||||||
|
The Gaufrette integration has been unusable as a filesystem adapter.
|
||||||
|
Since Sylius 2.0 the default filesystem adapter uses Flysystem instead.
|
||||||
|
|
||||||
|
If your application depends on the Gaufrette packages directly, require them explicitly in your `composer.json`.
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
|
|
||||||
1. Passing a `Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface` directly to the following catalog-facing classes is deprecated since Sylius 2.3.
|
1. Passing a `Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface` directly to the following catalog-facing classes is deprecated since Sylius 2.3.
|
||||||
|
|
@ -85,8 +90,3 @@
|
||||||
This allows you to decorate catalog display pricing independently from cart/order pricing
|
This allows you to decorate catalog display pricing independently from cart/order pricing
|
||||||
(`sylius.order_processing.order_prices_recalculator`, `sylius.filter.promotion.price_range`),
|
(`sylius.order_processing.order_prices_recalculator`, `sylius.filter.promotion.price_range`),
|
||||||
which remain on `ProductVariantPricesCalculatorInterface`.
|
which remain on `ProductVariantPricesCalculatorInterface`.
|
||||||
|
|
||||||
The Gaufrette integration has been unusable as a filesystem adapter.
|
|
||||||
Since Sylius 2.0 the default filesystem adapter uses Flysystem instead.
|
|
||||||
|
|
||||||
If your application depends on the Gaufrette packages directly, require them explicitly in your `composer.json`.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue