From 20bc15cc6d61b42f271ef311d8542a85ff9edaeb Mon Sep 17 00:00:00 2001 From: Stefan Poensgen Date: Wed, 12 Oct 2022 13:05:21 +0200 Subject: [PATCH] feat: release for sw6.4 --- .eslintignore | 4 ++-- LICENCE.md | 2 +- composer.json | 15 +++++++++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.eslintignore b/.eslintignore index 7c0af44..6cf6f1e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,2 @@ -/src/Resources/app/storefront/dist/storefront/js/* -/src/Resources/app/storefront/node_modules/* +src/Resources/app/storefront/dist/storefront/js/* +src/Resources/app/storefront/node_modules/* diff --git a/LICENCE.md b/LICENCE.md index 15ce891..8dce63f 100755 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Stefan Poensgen +Copyright (c) 2022 Stefan Poensgen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 8ba17b7..6029a6c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "sptec/lazyload", - "version": "0.1.0", + "version": "0.2.0", "type": "shopware-platform-plugin", "description": "Simple integration of lazysizes into Shopware 6.", "license": "MIT", @@ -17,7 +17,6 @@ }, "extra": { "shopware-plugin-class": "Sptec\\Lazyload\\SptecLazyload", - "copyright": "Stefan Poensgen", "label": { "de-DE": "Lazyload", "en-GB": "Lazyload" @@ -25,10 +24,18 @@ "description": { "de-DE": "Einfache Integration von Lazysizes in Shopware 6.", "en-GB": "Simple integration of lazysizes into Shopware 6." + }, + "manufacturerLink": { + "de-DE": "https://github.com/stefanpoensgen/SptecLazyload", + "en-GB": "https://github.com/stefanpoensgen/SptecLazyload" + }, + "supportLink": { + "de-DE": "https://github.com/stefanpoensgen/SptecLazyload/issues", + "en-GB": "https://github.com/stefanpoensgen/SptecLazyload/issues" } }, "require": { - "shopware/core": "~6.1", - "shopware/storefront": "~6.1" + "shopware/core": "~6.4", + "shopware/storefront": "~6.4" } }