From 58f1bd33b6d9847111d3cba2790c9ff8706e187e Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 18 Nov 2024 16:02:35 +0100 Subject: [PATCH] adjust version information # Conflicts: # CHANGELOG.md # metadata.php --- CHANGELOG.md | 8 ++++++++ metadata.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f75bd..a0d449d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,13 @@ 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). +## [unreleased](https://git.d3data.de/D3Public/MyModule/compare/1.0.1.0...rel_1.x) + +## [1.0.1.0](https://git.d3data.de/D3Public/MyModule/compare/1.0.0.0...1.0.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 + ## [1.0.0.0](https://git.d3data.de/D3Public/MyModule/releases/tag/1.0.0.0) - 2024-11-13 - initial release \ No newline at end of file diff --git a/metadata.php b/metadata.php index 5edd121..20c3968 100644 --- a/metadata.php +++ b/metadata.php @@ -37,7 +37,7 @@ $aModule = [ 'en' => 'adds manufacturer information to the article list', ], 'thumbnail' => 'image-file.png', - 'version' => '1.0.0.0', + 'version' => '1.0.1.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',