From 2107f24d1b82bb7ce712ee13f50062242747b285 Mon Sep 17 00:00:00 2001 From: tinect Date: Wed, 10 Apr 2024 23:06:17 +0200 Subject: [PATCH] fix: correct building assets for shopware 6.5 and 6.6 --- .shopware-extension.yml | 5 +++-- composer.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.shopware-extension.yml b/.shopware-extension.yml index 8fbe7ca..8e73c50 100644 --- a/.shopware-extension.yml +++ b/.shopware-extension.yml @@ -46,10 +46,11 @@ store: en: false priority: 1 build: + shopwareVersionConstraint: ~6.6.0 zip: assets: - enable_es_build_for_admin: true - enable_es_build_for_storefront: true + enable_es_build_for_admin: false + enable_es_build_for_storefront: false changelog: enabled: true \ No newline at end of file diff --git a/composer.json b/composer.json index acdb3db..84f56c5 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "thumbnail" ], "description": "Automatically calculate the best thumbnail size. This means you don't have to worry about the \"sizes\" attribute for the images. Additionally, you gain a score.", - "version": "2.1.0", + "version": "2.1.1", "type": "shopware-platform-plugin", "license": "mit", "authors": [