Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 284499664c |
6
CHANGELOG.md
Normal file → Executable file
6
CHANGELOG.md
Normal file → Executable file
@@ -1,3 +1,9 @@
|
||||
# 1.0.4
|
||||
- Restore compatibility for Shopware 6.7
|
||||
|
||||
# 1.0.3
|
||||
- Restore compatibility for Shopware 6.6
|
||||
|
||||
# 1.0.2
|
||||
- Restore compatibility for Shopware 6.5
|
||||
|
||||
|
||||
6
CHANGELOG_de-DE.md
Normal file → Executable file
6
CHANGELOG_de-DE.md
Normal file → Executable file
@@ -1,3 +1,9 @@
|
||||
# 1.0.4
|
||||
- Wiederherstellung der Kompatibilität zu Shopware 6.7
|
||||
|
||||
# 1.0.3
|
||||
- Wiederherstellung der Kompatibilität zu Shopware 6.6
|
||||
|
||||
# 1.0.2
|
||||
- Wiederherstellung der Kompatibilität zu Shopware 6.5
|
||||
|
||||
|
||||
4
composer.json
Normal file → Executable file
4
composer.json
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "swh/base",
|
||||
"description": "SwhBase plugin for SW6",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"type": "shopware-platform-plugin",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"shopware/core": "6.6.*"
|
||||
"shopware/core": "6.7.*"
|
||||
},
|
||||
"extra": {
|
||||
"shopware-plugin-class": "SwhBase\\SwhBase",
|
||||
|
||||
0
src/Resources/config/plugin.png
Normal file → Executable file
0
src/Resources/config/plugin.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
src/Resources/config/services.xml
Normal file → Executable file
0
src/Resources/config/services.xml
Normal file → Executable file
0
src/Service/LoggerService.php
Normal file → Executable file
0
src/Service/LoggerService.php
Normal file → Executable file
0
src/SwhBase.php
Normal file → Executable file
0
src/SwhBase.php
Normal file → Executable file
Reference in New Issue
Block a user