Skip to content

Releases: freescout-help-desk/freescout

1.8.88

05 Aug 18:09
Compare
Choose a tag to compare

Fixed

  • Fixed shell_exec() error on Status page introduced in the previous release (#3239)
  • Fixed an issue with the customer reply being connected to the wrong conversation in some cases (#3231)

Changed

  • Take into account not only created_at but also thread ID when sorting threads (#3240)

1.8.87

04 Aug 06:27
Compare
Choose a tag to compare

Extra Security Module has been released.

Fixed

  • Check pcntl extension in the console version of PHP on Status page (#3190)
  • Improved subject decoding (#3196)
  • Save CC and BCC when saving outgoing email to the Sent IMAP folder (#3228)
  • Make sure that conversation subject has String type when fetching emails.

Changed

  • Save ICS attachments having no name as calendar.ics (#1412)
  • Allow to view .json, .diff and .patch attachments (#3192)

1.8.86

17 Jul 08:43
Compare
Choose a tag to compare

Added

  • Allow to set trusted proxies via .env file using APP_TRUSTED_PROXIES parameter to allow proper client IP detection when using balancers, proxies or CloudFlare (#1994)

Fixed

  • Do not delete the message when another user discards a draft of the reply which just has been sent (#2873)
  • Fixed "References" header in emails to customers (#3175)

1.8.85

14 Jul 13:46
Compare
Choose a tag to compare

Fixed

  • Improved iso-2022-jp subjects and attachment names decoding (#3185)
  • List all Message-IDs in References header in replies to customers (#3175)
  • Fixed "Attempt to read property id on null" in reply_fancy (#3182)
  • Improved suject decoding (#3177)
  • Fixed undefined variable bug in FollowerObserver (#3172)
  • Limit the number of displayed non-writable cache files on Status page (#3165)
  • Do not create an empty conversation when one email is being fetched by two processes at the same time (#3186)

Changed

  • Updated Russian translation.

1.8.84

07 Jul 07:32
Compare
Choose a tag to compare

Added

  • Check pcntl extension status in System to avoid "Undefined constant SIGKILL" error.

Fixed

  • Fixed PHP version check in tools.php (#3162)
  • Fixed GuzzleHttp\Psr7\Uri::withScheme() error on PHP 7.1 (#3158)
  • Do not try to resend email notifications for received bounce emails (#3156)
  • Do not encode HTML entities in outoging plain text emails (#3159)
  • Improved subject decoding (#3167)

1.8.83

01 Jul 03:38
Compare
Choose a tag to compare

Fixed

  • Fixed the issue with retrieving attachments and embedded images introduced in the previous release (#3154)

1.8.82

30 Jun 07:43
Compare
Choose a tag to compare

Added

  • Updated Dutch translation.

Fixed

  • Preserve new lines when replacing vars in the signature (#3146)
  • Fixed saving data into Timestamp field on PostgreSQL.
  • Improved decoding strings and subject in Webklex/laravel-imap library.
  • Show proper error message when module license key is invalid instead of "Module not found in the modules directory".
  • Made using imap_utf8_to_mutf7() function optional in Webklex/laravel-imap library (#3152)

1.8.81

22 Jun 07:21
Compare
Choose a tag to compare

Fixed

  • Improved subject decoding (#3089)
  • Improved email validation: do not allow @unknown emails (#3101)
  • Improved body decoding on fetching (#3089)
  • Improved decoding attachment names with Webklex/PHP-IMAP library (#2753)
  • Fixed decoding sender name in iso-2022-jp encoding (#3089)

1.8.80

05 Jun 17:34
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with HTTPS redirect introduced in the previous release (#3075, #3070)

1.8.79

03 Jun 09:39
Compare
Choose a tag to compare

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)