Compare commits

1 Commits

Author SHA1 Message Date
284499664c compatibility for SW 6.7 2025-08-12 19:48:24 +02:00
7 changed files with 14 additions and 2 deletions

6
CHANGELOG.md Normal file → Executable file
View 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
View 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
View 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
View 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
View File

0
src/Service/LoggerService.php Normal file → Executable file
View File

0
src/SwhBase.php Normal file → Executable file
View File