Skip to content

Releases: paragonie/gpg-mailer

Version 0.5.0

20 Apr 10:15
v0.5.0
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • 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

02 Jul 13:49
v0.4.0
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • GPG-Mailer is now simply MIT licensed.
  • Type-safety is enforced by Psalm as part of continuous integration

Version 0.3.0

06 Jun 19:53
v0.3.0
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Added support for signing messages with a server's GPG key.

Also added a few methods mainly for unit testing.

Version 0.2.0

05 Jun 03:09
v0.2.0
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Added a method to export the public key for a given fingerprint.

Version 0.1.0

05 Jun 01:23
v0.1.0
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First round at unifying Crypt_GPG and Zend\Mail into one smooth interface.