Skip to content

Commit

Permalink
Update upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Oct 25, 2023
1 parent 7ee9136 commit 3d6d5ec
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions UPGRADE-API-1.13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# UPGRADE FROM `v1.12.x` TO `v1.13.0`

1. The constructor of 'Sylius\Bundle\ApiBundle\EventSubscriber\TaxonDeletionEventSubscriber' has changed:
1. The constructor of `Sylius\Bundle\ApiBundle\Serializer\ChannelDenormalizer` has been changed:

```diff
public function __construct(
private FactoryInterface $channelPriceHistoryConfigFactory,
+ private FactoryInterface $shopBillingDataFactory
) {
}
```

1. The constructor of `Sylius\Bundle\ApiBundle\EventSubscriber\TaxonDeletionEventSubscriber` has changed:

````diff
public function __construct(
Expand All @@ -10,7 +20,7 @@
}
````

1. The signature of constructor of 'Sylius\Bundle\ApiBundle\Command\Cart\ChangeItemQuantityInCart' command changed:
1. The signature of constructor of `Sylius\Bundle\ApiBundle\Command\Cart\ChangeItemQuantityInCart` command changed:

````diff
public function __construct(
Expand All @@ -20,7 +30,7 @@
}
````

1. The constructor signature of 'Sylius\Bundle\ApiBundle\Command\Cart\AddItemToCart' changed:
1. The constructor signature of `Sylius\Bundle\ApiBundle\Command\Cart\AddItemToCart` changed:

````diff
public function __construct(
Expand Down

0 comments on commit 3d6d5ec

Please sign in to comment.