From a00061a37cd52ff880e7298a602050359a297465 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 28 Jul 2022 10:39:56 +0200 Subject: [PATCH] adjust version informations --- CHANGELOG.md | 15 ++++++++++++++- src/metadata.php | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76761c9..9845eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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/linkmobility4oxid/compare/1.0.0.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.0.0...rel_1.x) + +## [1.1.0.0](https://git.d3data.de/D3Private/linkmobility4oxid/releases/tag/1.1.0.0) - 2022-07-28 +### Added +- phpstan code checks + +### Changed +- improved changelog + +### Fixed +- type in IntelliSenseHelper class name + +### Removed +- PHP 7.0 support ## [1.0.0.0](https://git.d3data.de/D3Private/linkmobility4oxid/releases/tag/1.0.0.0) - 2022-07-13 ### Added diff --git a/src/metadata.php b/src/metadata.php index e3a1efa..e431909 100644 --- a/src/metadata.php +++ b/src/metadata.php @@ -34,7 +34,7 @@ $aModule = [ 'de' => 'Anbindung der LINK Mobility API (Nachrichtenversand per SMS) an den Shop', 'en' => 'Connection of the LINK Mobility API ( sending messages via SMS) to the shop', ], - 'version' => '1.0.0.0', + 'version' => '1.1.0.0', 'thumbnail' => 'picture.png', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com',