diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a27b3..2741f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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/D3Private/SecondLongDesc/compare/1.3.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...rel_1.x) + +## [1.4.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.3.0...1.4.0) - 2023-04-04 +### Removed +- composer.json version entry +### Added +- composer.json php requirement ## [1.3.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.2.1...1.3.0) - 2023-04-03 ### Removed diff --git a/metadata.php b/metadata.php index 31ea750..c28e974 100644 --- a/metadata.php +++ b/metadata.php @@ -31,7 +31,7 @@ $aModule = array( . 'Diese Erweiterung bietet einen zweiten Kategorielangtext.
' // . 'Angezeigt wird der zweite Langtext unter der Artikelauflistung in der Listenansicht.', 'thumbnail' => 'picture.png', - 'version' => '1.3.0', + 'version' => '1.4.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',