4 Commits

Author SHA1 Message Date
c9893547af fix typo 2025-06-24 08:41:40 +02:00
833fcdf524 fix typo 2025-06-24 08:41:06 +02:00
46243fff76 CHANGELOG.md aktualisiert 2025-06-24 08:40:30 +02:00
a2a9fec44f add support Oxid 6.5.5 2025-06-23 15:03:59 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.1...rel_1.1.x) ## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.2...rel_1.1.x)
## [1.1.4.2](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2025-06-23
### Added
- support for OX 6.5.5
## [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12 ## [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12
### Fixed ### Fixed

View File

@ -25,7 +25,7 @@
], ],
"require": { "require": {
"php": "~7.1 || ~8.0", "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": { "require-dev": {
"oxid-esales/oxideshop-ce": "~6.14.0", "oxid-esales/oxideshop-ce": "~6.14.0",

View File

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