From 7bc04bed109f8dd934a7ec9ea8ffc345bc51eb9d Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 26 Nov 2024 11:13:54 +0100 Subject: [PATCH] update version information --- CHANGELOG.md | 9 ++++++++- metadata.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c07910..aac4cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ 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.3.0...rel_1.1.x) +## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.1...rel_1.1.x) + +## [1.1.3.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.0...1.1.3.1) - 2024-11-26 +### Fixed +- rename language files + +### Changed +- switch to open source ## [1.1.3.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.2.1...1.1.3.0) - 2024-11-22 ### Fixed diff --git a/metadata.php b/metadata.php index 46e2980..2216942 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.3.0', + 'version' => '1.1.3.1', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',