From 22ebfe235b2535324261f84246b29376c125b7c5 Mon Sep 17 00:00:00 2001 From: Sebastian Schreier Date: Sat, 1 Feb 2025 10:00:19 +0100 Subject: [PATCH] php files updated --- composer.json | 2 +- .../Migration1693936800CustomFieldProductBadges.php | 6 ++++++ src/SschreierBadgeNavigationProductDetailPage.php | 6 ++++++ src/Storefront/Subscriber/FrontendSubscriber.php | 6 ++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b1eacc..55e8534 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sschreier/sschreierbadgenavigationproductdetailpage", "description": "badges for the navigation and the product detail page", - "version": "1.2.1", + "version": "1.2.2", "type": "shopware-platform-plugin", "license": "GPL-3.0-or-later", "authors": [ diff --git a/src/Migration/Migration1693936800CustomFieldProductBadges.php b/src/Migration/Migration1693936800CustomFieldProductBadges.php index a59d3eb..3ce661c 100644 --- a/src/Migration/Migration1693936800CustomFieldProductBadges.php +++ b/src/Migration/Migration1693936800CustomFieldProductBadges.php @@ -1,6 +1,12 @@ + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Sschreier\BadgeNavigationProductDetailPage\Migration; use Doctrine\DBAL\Connection; diff --git a/src/SschreierBadgeNavigationProductDetailPage.php b/src/SschreierBadgeNavigationProductDetailPage.php index 010e055..b779306 100644 --- a/src/SschreierBadgeNavigationProductDetailPage.php +++ b/src/SschreierBadgeNavigationProductDetailPage.php @@ -1,6 +1,12 @@ + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Sschreier\BadgeNavigationProductDetailPage; use Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria; diff --git a/src/Storefront/Subscriber/FrontendSubscriber.php b/src/Storefront/Subscriber/FrontendSubscriber.php index 1290560..a58b256 100644 --- a/src/Storefront/Subscriber/FrontendSubscriber.php +++ b/src/Storefront/Subscriber/FrontendSubscriber.php @@ -1,6 +1,12 @@ + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Sschreier\BadgeNavigationProductDetailPage\Storefront\Subscriber; use Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity;