adjust version informations

This commit is contained in:
Daniel Seifert 2022-07-28 10:39:56 +02:00
parent 9eff4ad296
commit a00061a37c
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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',