Merge branch 'rel_2.x' into rel_3.x
# Conflicts: # CHANGELOG.md # metadata.php
This commit is contained in:
commit
a314136829
18
CHANGELOG.md
18
CHANGELOG.md
@ -4,7 +4,15 @@ 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/D3Public/MyModule/compare/3.0.0.0...rel_3.x)
|
## [Unreleased](https://git.d3data.de/D3Public/MyModule/compare/3.0.1.0...rel_3.x)
|
||||||
|
|
||||||
|
## [3.0.1.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/3.0.0.0...3.0.1.0) - 2024-07-10
|
||||||
|
### Added
|
||||||
|
- get mailer check shows PHPMailer communication with the mail server (can be different from the SMTP check)
|
||||||
|
- recipient for get mailer check can modified in hidden form element
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- SMTP check uses shop domain for EHLO
|
||||||
|
|
||||||
## [3.0.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.1.0.0...3.0.0.0) - 2024-06-05
|
## [3.0.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.1.0.0...3.0.0.0) - 2024-06-05
|
||||||
### Added
|
### Added
|
||||||
@ -14,6 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Removed
|
### Removed
|
||||||
- OXID 6.x support
|
- OXID 6.x support
|
||||||
|
|
||||||
|
## [2.1.1.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.1.0.0...2.1.1.0) - 2024-07-10
|
||||||
|
### Added
|
||||||
|
- get mailer check shows PHPMailer communication with the mail server (can be different from the SMTP check)
|
||||||
|
- recipient for get mailer check can modified in hidden form element
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- SMTP check uses shop domain for EHLO
|
||||||
|
|
||||||
## [2.1.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.0.0.1...2.1.0.0) - 2024-06-05
|
## [2.1.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.0.0.1...2.1.0.0) - 2024-06-05
|
||||||
### Added
|
### Added
|
||||||
- check for DMARC DNS record
|
- check for DMARC DNS record
|
||||||
|
@ -40,7 +40,7 @@ $aModule = [
|
|||||||
'en' => '',
|
'en' => '',
|
||||||
],
|
],
|
||||||
'thumbnail' => 'picture.svg',
|
'thumbnail' => 'picture.svg',
|
||||||
'version' => '3.0.0.0',
|
'version' => '3.0.1.0',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Loading…
Reference in New Issue
Block a user