From 723df77a0e82a0a3a69a69a880f3461461b21311 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 12 Dec 2024 09:19:48 +0100 Subject: [PATCH] fix wrong admin menu section # Conflicts: # CHANGELOG.md # metadata.php --- CHANGELOG.md | 6 +++++- menu.xml | 2 +- metadata.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7370b6..d8f60cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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.0...rel_1.1.x) +## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.1...rel_1.1.x) + +## [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12 +### Fixed +- fix wrong admin menu section ## [1.1.4.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.1...1.1.4.0) - 2024-12-05 diff --git a/menu.xml b/menu.xml index a91e49e..bd683a4 100644 --- a/menu.xml +++ b/menu.xml @@ -1,7 +1,7 @@ - + diff --git a/metadata.php b/metadata.php index d817aa2..4fe6fe9 100644 --- a/metadata.php +++ b/metadata.php @@ -38,7 +38,7 @@ $aModule = [ 'en' => 'adds manufacturer information to the article list', ], 'thumbnail' => 'picture.svg', - 'version' => '1.1.4.0', + 'version' => '1.1.4.1', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',