From 63979e74d33df14ccfba84c5611d36b24212ed46 Mon Sep 17 00:00:00 2001 From: Maurizio Weis Date: Thu, 18 Jan 2024 09:50:15 +0100 Subject: [PATCH] #13 rename plugin and fix support links in composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 964ede5..04a29d5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "imi/shopware6-password-site", "version": "2.0.0", - "description": "iMi Password Protected Page", + "description": "iMi Password Protected Pages", "type": "shopware-platform-plugin", "license": "AGPL-3.0-or-later", "autoload": { @@ -34,8 +34,8 @@ "en-GB": "https://www.imi-digital.de/en/" }, "supportLink": { - "de-DE": "https://https://github.com/iMi-digital/shopware6-password-site/issues/de/", - "en-GB": "https://github.com/iMi-digital/shopware6-password-site/issues" + "de-DE": "https://github.com/iMi-digital/shopware6-password-protected-pages/issues/de/", + "en-GB": "https://github.com/iMi-digital/shopware6-password-protected-pages/issues" } } }