From 66a439fd2ce808a9539a53d256736ff5ebaeaa32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Wed, 22 Nov 2023 17:44:43 +0100 Subject: [PATCH 1/2] added package for generating Persoo category feed --- app/composer.json | 1 + app/config/bundles.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/composer.json b/app/composer.json index 15f5d78e89..2204c88bb3 100644 --- a/app/composer.json +++ b/app/composer.json @@ -84,6 +84,7 @@ "shopsys/migrations": "14.0.x-dev", "shopsys/plugin-interface": "14.0.x-dev", "shopsys/postgres-search-bundle": "^0.4", + "shopsys/category-feed-persoo": "14.0.x-dev", "shopsys/product-feed-google": "14.0.x-dev", "shopsys/product-feed-heureka": "14.0.x-dev", "shopsys/product-feed-heureka-delivery": "14.0.x-dev", diff --git a/app/config/bundles.php b/app/config/bundles.php index d71b53842a..77946a5aa1 100644 --- a/app/config/bundles.php +++ b/app/config/bundles.php @@ -18,6 +18,7 @@ Shopsys\MigrationBundle\ShopsysMigrationBundle::class => ['all' => true], Shopsys\ProductFeed\HeurekaBundle\ShopsysProductFeedHeurekaBundle::class => ['all' => true], Shopsys\ProductFeed\GoogleBundle\ShopsysProductFeedGoogleBundle::class => ['all' => true], + Shopsys\CategoryFeed\PersooBundle\ShopsysCategoryFeedPersooBundle::class => ['all' => true], Shopsys\ProductFeed\ZboziBundle\ShopsysProductFeedZboziBundle::class => ['all' => true], Shopsys\ProductFeed\HeurekaDeliveryBundle\ShopsysProductFeedHeurekaDeliveryBundle::class => ['all' => true], Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], From 8f68f407f3c6f819ca3538abbdf8174cccd6e556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Fri, 24 Nov 2023 10:15:11 +0100 Subject: [PATCH 2/2] renamed shopsys.product_feed tag to shopsys.feed --- app/config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/services.yaml b/app/config/services.yaml index 36ee4ce268..4372359f73 100644 --- a/app/config/services.yaml +++ b/app/config/services.yaml @@ -694,7 +694,7 @@ services: App\ProductFeed\MergadoFeed\MergadoFeed: tags: - - { name: shopsys.product_feed, hours: 5, minutes: 0 } + - { name: shopsys.feed, hours: 5, minutes: 0 } FOS\CKEditorBundle\Config\CKEditorConfigurationInterface: alias: fos_ck_editor.configuration