add support Oxid 6.5.5

This commit is contained in:
2025-06-23 15:03:59 +02:00
bovenliggende 723df77a0e
commit a2a9fec44f
3 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen

Bestand weergeven

@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12
### Fixed
- fix wrong admin menu section##
- [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12
### Fixed
- fix wrong admin menu section
## [1.1.4.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.1...1.1.4.0) - 2024-12-05

Bestand weergeven

@ -25,7 +25,7 @@
],
"require": {
"php": "~7.1 || ~8.0",
"oxid-esales/oxideshop-ce": "v6.6.0 - v6.14.3"
"oxid-esales/oxideshop-ce": "v6.6.0 - v6.14.4"
},
"require-dev": {
"oxid-esales/oxideshop-ce": "~6.14.0",

Bestand weergeven

@ -38,7 +38,7 @@ $aModule = [
'en' => 'adds manufacturer information to the article list',
],
'thumbnail' => 'picture.svg',
'version' => '1.1.4.1',
'version' => '1.1.4.2',
'author' => $logo.' Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/',