adjust version informations
This commit is contained in:
parent
9eff4ad296
commit
a00061a37c
15
CHANGELOG.md
15
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/),
|
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).
|
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
|
## [1.0.0.0](https://git.d3data.de/D3Private/linkmobility4oxid/releases/tag/1.0.0.0) - 2022-07-13
|
||||||
### Added
|
### Added
|
||||||
|
@ -34,7 +34,7 @@ $aModule = [
|
|||||||
'de' => 'Anbindung der LINK Mobility API (Nachrichtenversand per SMS) an den Shop',
|
'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',
|
'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',
|
'thumbnail' => 'picture.png',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user