From a142cf8a7d374f17a136eade084b4957b671c362 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 21 Nov 2024 20:39:37 +0100 Subject: [PATCH] adjust version information --- CHANGELOG.md | 4 +++- metadata.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5bade..9c07910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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.2.1...rel_1.1.x) +## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.0...rel_1.1.x) + +## [1.1.3.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.2.1...1.1.3.0) - 2024-11-22 ### Fixed - content encoding on manufacturers list page diff --git a/metadata.php b/metadata.php index ca9e162..46e2980 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.2.0', + 'version' => '1.1.3.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',