Skip to content

1.8.79

Compare
Choose a tag to compare
@freescout-helpdesk freescout-helpdesk released this 03 Jun 09:39
· 570 commits to dist since this release

Added

  • Updated German translation.
  • Replace base64 images in replies with attachment URLs (#3057)
  • Do not try to send email again if mail server replies with "message file too big" error (#3065)

Fixed

  • Fix subject with colon being truncated in Webklex/php-imap library (#2964)
  • Translate filter names in the the Search (#3058)
  • Fixed "Undefined array key 0" error in Subscription class (#3059)
  • Fixed module activation issue when /public/modules symlink exists but leads to wrong path.
  • Improved subject decoding with iconv_mime_decode() function (#3066)
  • Fixed error on Users page when user's first name is empty (#2972)

Changed

  • Remove app.force_https parameter and determine protocol from app.url parameter instead (#3053)
  • Decode subjects using iconv_mime_decode() function in Webklex/php-imap library (#3039)