Skip to content

3.0.32: Bug fixes and improvements

Compare
Choose a tag to compare
@Sebbo94BY Sebbo94BY released this 12 Nov 16:58
· 616 commits to master since this release
c23cbab
  • Issue #390: Fixed, that attached HTML files got merged into the textHtml property
  • Issue #397: convertStringEncoding() will now always return a string and never throw an exception
  • Issue #398: Fixed issue, that files could not be manually (one by one) saved to disk using saveToDisk()
  • Issue #400: Fixed issue, that empty() returned a wrong result for strings with only whitespaces
  • Updated some PhpDoc comment-blocks
  • Improved code of DataPartInfo to be more human-readable
  • Removed wrong if-condition in DataPartInfo::fetch()
  • Fixed a few PhpCS warnings (eg. Expected type X, but Y given)
  • Resorted $attachment property assignments based on IncomingMailAttachment properties order
  • Fixed issues reported by Travis CI