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
|
# 1.0.2
|
||||||
- Restore compatibility for Shopware 6.5
|
- 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
|
# 1.0.2
|
||||||
- Wiederherstellung der Kompatibilität zu Shopware 6.5
|
- 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",
|
"name": "swh/base",
|
||||||
"description": "SwhBase plugin for SW6",
|
"description": "SwhBase plugin for SW6",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"type": "shopware-platform-plugin",
|
"type": "shopware-platform-plugin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"shopware/core": "6.6.*"
|
"shopware/core": "6.7.*"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"shopware-plugin-class": "SwhBase\\SwhBase",
|
"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