Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@cracksalad cracksalad released this 07 Jul 22:39
· 2 commits to master since this release
8f65d6a

Breaking Changes

  • Some of the functionality of the PHPMailerPGP-class has been extracted to another class called PGPKeyManager. This new class is now responsible for importKey(), importKeyFile(), deleteKey(), getKeys() and lookupKeyServer(). If you are using any of these methods and you likely are, you have to change your code. Those methods have just been moved. There is no change in their signatures (other than the class name of course).
  • The namespace of all classes contained in this library has changed from PHPMailer\PHPMailer\ to PHPMailer\PHPMailerPGP\. This allows the developers of PHPMailer and us to use separated namespaces.

Other news

There are tests now! Although the coverage is rather low right now (83 %), it will be increased in the future.