From 77cb1d4594309e0ea14ade5359dbe18bc009da83 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Wed, 20 Nov 2024 19:28:35 +0100 Subject: [PATCH] [Changed] metadata && changelog --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ metadata.php | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e8fea..bd818c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,39 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0.0](https://git.d3data.de/D3Public/MyModule/compare/1.1.1.0...1.1.2.0) - 2024-11-20 +### Fixed +- show hidden save button +- installation instructions +- show manufacturer link on article details page, if manufacturer hasn't an icon +- prevent encoding HTML entities + +### Added +- 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/D3Public/MyModule/compare/1.0.0.0...1.1.0.0) - 2024-11-16 ### Added - installability OXID 7.0 - 7.1 +## [1.1.2.0](https://git.d3data.de/D3Public/MyModule/compare/1.1.1.0...1.1.2.0) - 2024-11-19 +### Fixed +- show hidden save button + +### Added +- hide empty HTML elements content + +## [1.1.1.0](https://git.d3data.de/D3Public/MyModule/compare/1.1.0.0...1.1.1.0) - 2024-11-18 +### Fixed +- installation instructions +- show manufacturer link on article details page, if manufacturer hasn't an icon +- prevent encoding HTML entities + +### Added +- display manufacturer content as additional tab on article details page +- make displaying manufacturer tab on details page configurable + ## [1.1.0.0](https://git.d3data.de/D3Public/MyModule/compare/1.0.0.0...1.1.0.0) - 2024-11-13 ### Added - installability OXID 6.2.3 - 6.5.x diff --git a/metadata.php b/metadata.php index b4b3ed2..db8ca23 100644 --- a/metadata.php +++ b/metadata.php @@ -38,7 +38,7 @@ $aModule = [ 'en' => 'adds manufacturer information to the article list', ], 'thumbnail' => 'image-file.png', - 'version' => '2.0.0.0', + 'version' => '2.1.0.0', 'author' => '(D3) Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',