Skip to content

Commit

Permalink
Merge pull request #14 from iMi-digital/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
amenk authored Jan 18, 2024
2 parents a5b45de + 2061494 commit 4df84be
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 28 deletions.
35 changes: 10 additions & 25 deletions .shopware-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ store:
localizations:
- de_DE
- en_GB
categories: []
categories:
- MenueKategorien
type: extension
icon: src/Resources/store/icon.png
automatic_bugfix_version_compatibility: false
description:
de: <p>Ermöglicht das Absichern von Frontendseiten (Kategorien) mit einem Passwort. Je Kategorieseite kann ein individuelles Kennwort festgelegt werden, welches vom Benutzer eingegeben wird.</p>
en: <p>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.</p>
installation_manual:
de: <p>1. Installieren das Plugin</p><p>2. Aktivieren es</p><p>3. Navigieren zu einer Kategorie im Admin Panel</p><p>4. Scrollen nach unten zum Passwortfeld</p><p>5. Wenn ein Kennwort definiert ist, muss der Benutzer das Kennwort eingeben, um auf die Kategorie (oder etwaige Unterkategorien) zuzugreifen</p>
de: <p>1. Installieren Sie das Plugin</p><p>2. Aktivieren Sie es</p><p>3. Navigieren Sie zu einer Kategorie im Admin Panel</p><p>4. Scrollen Sie nach unten zum Passwortfeld</p><p>5. Wenn ein Kennwort definiert ist, muss der Benutzer das Kennwort eingeben, um auf die Kategorie (oder etwaige Unterkategorien) zuzugreifen</p>
en: <p>1. Install the Plugin</p><p>2. Activate it</p><p>3. Navigate to a category in the admin panel</p><p>4. Scroll down to the password field</p><p>5. If a password is defined, the user needs to enter the password to access the category (or any subcategories)</p>
tags:
de: []
Expand All @@ -23,15 +24,11 @@ store:
de: []
en: []
highlights:
de:
- ""
en:
- ""
de: []
en: []
features:
de:
- ""
en:
- ""
de: []
en: []
faq:
de: []
en: []
Expand Down Expand Up @@ -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: ""
3 changes: 3 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.2.0

* Erstes Release im Store
3 changes: 3 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.2.0

* First relesae in store
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
}
Binary file modified src/Resources/store/img-0.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4df84be

Please sign in to comment.