[Changed] metadata && changelog
This commit is contained in:
parent
8bbe6262af
commit
13ee1b7340
13
CHANGELOG.md
13
CHANGELOG.md
@ -8,10 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [2.0.1.0](https://git.d3data.de/D3Private/manufacturer-information/compare/2.0.0.0...2.0.1.0) - 2024-11-20
|
## [2.0.1.0](https://git.d3data.de/D3Private/manufacturer-information/compare/2.0.0.0...2.0.1.0) - 2024-11-20
|
||||||
### Fixed
|
### Fixed
|
||||||
- content encoding on manufacturers list page
|
- show hidden save button
|
||||||
|
- installation instructions
|
||||||
|
- show manufacturer link on article details page, if manufacturer hasn't an icon
|
||||||
|
- prevent encoding HTML entities
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- displaying content on manufacturers list page configurable
|
- display manufacturer content as additional tab on article details page
|
||||||
|
- make displaying manufacturer tab on details page configurable
|
||||||
|
- hide empty HTML elements content
|
||||||
|
|
||||||
|
## [2.0.0.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.2.1...2.0.0.0) - 2024-11-16
|
||||||
|
### Added
|
||||||
|
- installability OXID 7.0 - 7.1
|
||||||
|
|
||||||
## [1.1.2.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.2.0...1.1.2.1) - 2024-11-21
|
## [1.1.2.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.2.0...1.1.2.1) - 2024-11-21
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -23,12 +23,12 @@ use OxidEsales\Eshop\Application\Model\Manufacturer as OEManufacturer;
|
|||||||
use OxidEsales\Eshop\Application\Model\ManufacturerList as OEManufacturerList;
|
use OxidEsales\Eshop\Application\Model\ManufacturerList as OEManufacturerList;
|
||||||
|
|
||||||
$sMetadataVersion = '2.1';
|
$sMetadataVersion = '2.1';
|
||||||
|
$sModuleId = Constants::OXID_MODULE_ID;
|
||||||
/**
|
/**
|
||||||
* Module information
|
* Module information
|
||||||
*/
|
*/
|
||||||
$aModule = [
|
$aModule = [
|
||||||
'id' => Constants::OXID_MODULE_ID,
|
'id' => $sModuleId,
|
||||||
'title' => [
|
'title' => [
|
||||||
'de' => '(D3) Herstellerinformationen',
|
'de' => '(D3) Herstellerinformationen',
|
||||||
'en' => '(D3) Manufacturer information',
|
'en' => '(D3) Manufacturer information',
|
||||||
@ -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.2.0',
|
'version' => '2.0.2.0',
|
||||||
'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/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user