tag 2.0.0.1

This commit is contained in:
Thomas Dartsch 2024-04-11 18:07:58 +02:00
parent e59efe83e7
commit 541352a5c3
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.d3data.de/D3Public/MyModule/compare/2.0.0.0...rel_2.x)
## [2.0.0.1](https://git.d3data.de/D3Public/MailConfigChecker/releases/tag/2.0.0.0) - 2024-04-11
### Fixed
- MailConfigCheck need a valid "from" mailadress to check smtp correctly
## [2.0.0.0](https://git.d3data.de/D3Public/MailConfigChecker/releases/tag/2.0.0.0) - 2023-12-13
### Added
- Checking the mail configuration

View File

@ -40,7 +40,7 @@ $aModule = [
'en' => '',
],
'thumbnail' => 'picture.svg',
'version' => '1.0.0.0',
'version' => '2.0.0.1',
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/',