From 13ee1b7340ca61bb7dfcf698b8eadd2bdaf41c25 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Fri, 22 Nov 2024 20:20:31 +0100 Subject: [PATCH] [Changed] metadata && changelog --- CHANGELOG.md | 13 +++++++++++-- metadata.php | 6 +++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18861ec..c1504da 100644 --- a/CHANGELOG.md +++ b/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 ### 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 -- 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 ### Fixed diff --git a/metadata.php b/metadata.php index a0e6c4e..8438069 100644 --- a/metadata.php +++ b/metadata.php @@ -23,12 +23,12 @@ use OxidEsales\Eshop\Application\Model\Manufacturer as OEManufacturer; use OxidEsales\Eshop\Application\Model\ManufacturerList as OEManufacturerList; $sMetadataVersion = '2.1'; - +$sModuleId = Constants::OXID_MODULE_ID; /** * Module information */ $aModule = [ - 'id' => Constants::OXID_MODULE_ID, + 'id' => $sModuleId, 'title' => [ 'de' => '(D3) Herstellerinformationen', 'en' => '(D3) Manufacturer information', @@ -38,7 +38,7 @@ $aModule = [ 'en' => 'adds manufacturer information to the article list', ], 'thumbnail' => 'picture.svg', - 'version' => '1.1.2.0', + 'version' => '2.0.2.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',