Compare commits

...

1 commit
1.0.0 ... main

Author SHA1 Message Date
635a9aff1a initiatione 2026-03-16 18:38:57 +01:00
2 changed files with 28 additions and 1 deletions

23
LICENSE.md Normal file
View file

@ -0,0 +1,23 @@
This Shopware plugin is licensed under the
Creative Commons Attribution 4.0 International License (CC BY 4.0).
You are free to:
- Use the software for private and commercial purposes
- Modify the software
- Distribute the software
Under the following conditions:
Attribution — You must give appropriate credit to the author.
Required attribution:
"<Plugin Name> by <Your Company or Name>"
The attribution must be included in:
- the plugin documentation, or
- the administration interface of the system using the plugin.
License:
https://creativecommons.org/licenses/by/4.0/

View file

@ -3,7 +3,11 @@
"description": "Normalizes APP_URL for staging environments served under a subdirectory",
"type": "shopware-platform-plugin",
"version": "1.0.0",
"license": "MIT",
"license": "CC-BY-4.0",
"authors": [{
"name": "S.U. Media",
"email": "kontakt@sumedia-webdesign.de"
}],
"require": {
"shopware/core": "~6.6.0"
},