Skip to content

Commit 7333090

Browse files
committed
Latest fixes
1 parent 19a8d90 commit 7333090

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

UPGRADE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ In this version, we have updated the plugin to be compatible with version 2 of S
55
- The route `@WebgriffeSyliusClerkPlugin/config/shop_routing.php` has been renamed to `@WebgriffeSyliusClerkPlugin/config/routes/shop.php`.
66
- The route `@WebgriffeSyliusClerkPlugin/config/feed_routing.php` has been renamed to `@WebgriffeSyliusClerkPlugin/config/routes/feed.php`.
77
- The file `@WebgriffeSyliusClerkPlugin/config/config.yaml` has been renamed to `@WebgriffeSyliusClerkPlugin/config/config.php`.
8-
- The deprecated service `Webgriffe\SyliusClerkPlugin\Controller\FeedController` has been removed.
9-
- The deprecated service `Webgriffe\SyliusClerkPlugin\Normalizer\CustomerNormalizer` has been removed.
10-
- The deprecated service `Webgriffe\SyliusClerkPlugin\Normalizer\OrderNormalizer` has been removed.
11-
- The deprecated service `Webgriffe\SyliusClerkPlugin\Normalizer\ProductNormalizer` has been removed.
12-
- The deprecated service `Webgriffe\SyliusClerkPlugin\Normalizer\TaxonNormalizer` has been removed.
13-
- The deprecated service `webgriffe_sylius_clerk.command.generate_feed` has been removed.
8+
- Various deprecated classes and their services have been removed. Please migrate to use the new feed v2 generation and the new API key providers as described in the documentation of the plugin.
9+
- The private_api_key configuration key under stores has been removed.
1410

1511
## From 2.x to 3.x
1612

tests/Application/templates/bundles/SyliusShopBundle/Order/thankYou.html.twig

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/Application/templates/bundles/SyliusShopBundle/layout.html.twig

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)