make installable in OXID 7.2

This commit is contained in:
Daniel Seifert 2025-01-31 12:09:55 +01:00
parent 8204a1ebd2
commit fcef6d36b4
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,13 @@ 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.1.0...rel_3.x) ## [Unreleased](https://git.d3data.de/D3Public/MyModule/compare/3.1.1.0...rel_3.x)
## [3.1.1.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/3.1.0.0...3.1.1.0) - 2025-01-31
### Added
- OXID 7.2 support
## [3.1.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/3.0.1.0...3.1.0.0) - 2024-09-20
### Added ### Added
- improve extendability for OAuth support - improve extendability for OAuth support
### Changed ### Changed

View File

@ -32,7 +32,7 @@
], ],
"require": { "require": {
"php": "^8", "php": "^8",
"oxid-esales/oxideshop-ce": "7.0 - 7.1", "oxid-esales/oxideshop-ce": "7.0 - 7.2",
"pear/net_smtp": "^1.11", "pear/net_smtp": "^1.11",
"mika56/spfcheck": "^2.1.1", "mika56/spfcheck": "^2.1.1",
"d3/mailauthenticationcheck": "^0.1.0", "d3/mailauthenticationcheck": "^0.1.0",