Skip to content

4.2.0: Bug fixes, improvements and PHP 8.x support

Compare
Choose a tag to compare
@Sebbo94BY Sebbo94BY released this 20 Nov 21:09
· 103 commits to master since this release
fb8be23
  • Fix various encoding issues
  • Fix broken inline images
  • Fix incorrect MIME decoding
  • Fix deprecated methods
  • Avoid TypeError due to $lastError being boolean (false) instead of a string (strict types)
  • Add support for PHP 8.x
  • Added new automated test cases, improved and removed some existing ones
  • Fixed and improved Travis CI integration
  • General code optimizations