From d973b37cb6287d00e13e746a5b50c513e9c0925b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 19 Nov 2024 10:53:13 +0100 Subject: [PATCH] adjust version information --- CHANGELOG.md | 9 ++++++++- metadata.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a4ea3..a882c0a 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/D3Public/MyModule/compare/1.1.1.0...rel_1.1.x) +## [unreleased](https://git.d3data.de/D3Public/MyModule/compare/1.1.2.0...rel_1.1.x) + +## [1.1.1.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 diff --git a/metadata.php b/metadata.php index 790c3c8..b310bde 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' => '1.1.1.0', + 'version' => '1.1.2.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',