diff --git a/.shopware-extension.yml b/.shopware-extension.yml index 8e95b88..a49f636 100755 --- a/.shopware-extension.yml +++ b/.shopware-extension.yml @@ -6,7 +6,8 @@ store: localizations: - de_DE - en_GB - categories: [] + categories: + - MenueKategorien type: extension icon: src/Resources/store/icon.png automatic_bugfix_version_compatibility: false @@ -14,7 +15,7 @@ store: de:

Ermöglicht das Absichern von Frontendseiten (Kategorien) mit einem Passwort. Je Kategorieseite kann ein individuelles Kennwort festgelegt werden, welches vom Benutzer eingegeben wird.

en:

Allows to secure frontend pages (categories) with a password. An individual password can be set for each category page, which needs to be entered by the user to access the content.

installation_manual: - de:

1. Installieren das Plugin

2. Aktivieren es

3. Navigieren zu einer Kategorie im Admin Panel

4. Scrollen nach unten zum Passwortfeld

5. Wenn ein Kennwort definiert ist, muss der Benutzer das Kennwort eingeben, um auf die Kategorie (oder etwaige Unterkategorien) zuzugreifen

+ de:

1. Installieren Sie das Plugin

2. Aktivieren Sie es

3. Navigieren Sie zu einer Kategorie im Admin Panel

4. Scrollen Sie nach unten zum Passwortfeld

5. Wenn ein Kennwort definiert ist, muss der Benutzer das Kennwort eingeben, um auf die Kategorie (oder etwaige Unterkategorien) zuzugreifen

en:

1. Install the Plugin

2. Activate it

3. Navigate to a category in the admin panel

4. Scroll down to the password field

5. If a password is defined, the user needs to enter the password to access the category (or any subcategories)

tags: de: [] @@ -23,15 +24,11 @@ store: de: [] en: [] highlights: - de: - - "" - en: - - "" + de: [] + en: [] features: - de: - - "" - en: - - "" + de: [] + en: [] faq: de: [] en: [] @@ -77,28 +74,16 @@ store: en: false priority: 1 build: - extraBundles: [] - shopwareVersionConstraint: "" zip: composer: enabled: false - before_hooks: [] - after_hooks: [] - excluded_packages: [] assets: enabled: false - before_hooks: [] - after_hooks: [] enable_es_build_for_admin: false enable_es_build_for_storefront: false + es_build_disable_sass: false + npm_strict: false pack: - excludes: - paths: [] - before_hooks: [] + excludes: {} changelog: enabled: false - pattern: "" - template: "" - variables: {} - ai_enabled: false - vcsurl: "" diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md new file mode 100644 index 0000000..3409890 --- /dev/null +++ b/CHANGELOG_de-DE.md @@ -0,0 +1,3 @@ +# 1.2.0 + +* Erstes Release im Store diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md new file mode 100644 index 0000000..459d691 --- /dev/null +++ b/CHANGELOG_en-GB.md @@ -0,0 +1,3 @@ +# 1.2.0 + +* First relesae in store 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" } } } diff --git a/src/Resources/store/img-0.png b/src/Resources/store/img-0.png old mode 100755 new mode 100644 index 1dab5c8..558c1b0 Binary files a/src/Resources/store/img-0.png and b/src/Resources/store/img-0.png differ