mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Update upgrade file
This commit is contained in:
parent
f0402e6ea1
commit
b8622ec5f5
1 changed files with 4 additions and 4 deletions
|
|
@ -120,7 +120,7 @@
|
|||
| `sylius.promotion_processor` | `sylius.processor.promotion` |
|
||||
| `sylius.promotion_applicator` | `sylius.action.applicator.promotion` |
|
||||
| `sylius.registry_promotion_rule_checker` | `sylius.registry.promotion.rule_checker` |
|
||||
| `sylius.registry_promotion_action` | `sylius.registry.promotion.action` |
|
||||
| `sylius.registry_promotion_action` | `sylius.registry.promotion_action` |
|
||||
| `sylius.active_promotions_provider` | `sylius.provider.active_promotions` |
|
||||
| `sylius.promotion_coupon_generator` | `sylius.generator.promotion_coupon` |
|
||||
| `sylius.promotion_coupon_generator.percentage_policy` | `sylius.generator.percentage_generation_policy` |
|
||||
|
|
@ -169,9 +169,9 @@
|
|||
| **TaxonomyBundle** | |
|
||||
| `Sylius\Bundle\TaxonomyBundle\Repository\TaxonTreeRepositoryInterface` | `sylius.custom_repository.tree.taxon` |
|
||||
|
||||
* The following class definitions were moved to a `CoreBundle`:
|
||||
- `Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionAction\PercentageDiscountActionConfigurationType`
|
||||
- `Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionActionType`
|
||||
* The definition of the service `Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionAction\PercentageDiscountActionConfigurationType` was moved to the `CoreBundle`.
|
||||
|
||||
* The definition of the service `Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionScopeType` was moved to the `PromotionBundle`.
|
||||
|
||||
* The following parameters were removed:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue