Releases: paragonie/gpg-mailer
Releases · paragonie/gpg-mailer
Version 0.5.0
- Switched from Zend\Mail to Laminas\Mail for the backend.
- Updated PHPUnit to 8.x
- Updated Psalm to 3.x
- Minimum PHP version is 7.2.x
Version 0.4.0
- GPG-Mailer is now simply MIT licensed.
- Type-safety is enforced by Psalm as part of continuous integration
Version 0.3.0
Added support for signing messages with a server's GPG key.
Also added a few methods mainly for unit testing.
Version 0.2.0
Added a method to export the public key for a given fingerprint.
Version 0.1.0
First round at unifying Crypt_GPG and Zend\Mail into one smooth interface.