All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix transport builder
- Fix type id error (
int
versusstring
) - Fix wrong template type check
- Update LICENSE and README
- Magento 2.4.7 compatibility
- Refactor code in favor for PHP 8+
- Add
CHANGELOG.md
file - Add
team23/module-core
dependency
- Drop PHP 7.4 support
- Fix sending out transaction mails twice
- Declare all dependencies correct in
module.xml
andcomposer.json
files
- Use
Laminas_Mime
instead ofZend_Mime
- Prevent mails from getting sent twice if non attachment is included
- Update PHP requirements
- Public release