Skip to content

Releases: freescout-help-desk/freescout

1.8.190

01 Aug 10:26
Compare
Choose a tag to compare

Added

  • Added Ukrainian language.

Fixed

  • Changed "Receiving Emails" to "Fetching Emails" in the warning in Connection Settings (#4949)
  • Sanitize URL in Helper::getRemoteFileContents() function.

1.8.189

26 Jul 06:16
Compare
Choose a tag to compare

Fixed

  • Fix error in MailHelper::getHeader() introduced in the previous release (#4940)

1.8.188

21 Jul 12:08
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with sending attachments introduced in the previous release (#4929)

1.8.187

21 Jul 10:27
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with sending attachments introduced in the previous release (#4929)

1.8.186

19 Jul 11:33
Compare
Choose a tag to compare

Added

  • Added Romanian language.

Fixed

  • Fixed conversation threading for Outlook (#4922)
  • Do not unserialize data by default in Helper::decrypt() function.
  • Strip also OBJECT tag in Helper::stripDangerousTags().
  • Added extra reply separator (#4764)

1.8.185

05 Jul 09:43
Compare
Choose a tag to compare

"GPT Assistant" Chrome extension has been released by community: https://github.com/freescout-help-desk/freescout/wiki/Community-Modules

Added

  • Allow to prefill multiple emails via GET parameter (#4896)
  • Added "start new chat" option to mailbox (#4902)
  • Added Arabic language.

Fixed

  • Show error on POP3 failed authentication in mailbox Fetching settings.
  • Fixed group keys error in Translation manager.
  • In the Chat Mode automatically expand "Show Details" block if it contains invalid fields on pressing "Enter".

1.8.184

22 Jun 12:42
Compare
Choose a tag to compare

Fixed

  • Fixes in Laravel Translation Manager (CVE-2025-49130)
  • Fixed "too many redirects" issue after assigning a conversation in some cases (#4009)
  • Added missing schedule options for fetch command (#4873)
  • Fixed mb_convert_encoding() exception in decodeBoundary() on fethcing.

1.8.183

14 Jun 06:23
Compare
Choose a tag to compare

Fixed

  • Fixed "Call to a member function getFullName() on null" on fetching (#4845)
  • Do not send email notifications if mail server send limit reached (#4806)
  • Set RFC822.eml name for attached .MSG and .EML files (#4738)
  • Fixed error on sending emails on PHP 8.4 in IoException.php (#4848)

1.8.182

03 Jun 06:05
Compare
Choose a tag to compare

Added

  • Add __h() function.

Fixed

  • Fixed saving profiles by support agents.
  • Fixed showing Delete button in bulk actions (#4819)
  • Fixed null parameter issue in imap_rfc822_parse_headers() (#4807)
  • Fixed PHP 8.4 error in Swift/TransportException.php (#4809)
  • Fixed error on uploading user photo (#4812)

1.8.181

27 May 07:07
Compare
Choose a tag to compare

Security

  • Eliminate possibility of race condition when deleting a user.
  • Strip tags in User::setData() method.
  • Take into account APP_SHOW_ONLY_ASSIGNED_CONVERSATIONS option when deleting a conversation.

Fixed

  • Fixed error occurring on creating mailbox (#4800)
  • Do not trim values enclosed in quotes in sanitiseVariableValue() function (#4714)
  • Show translated messages when activating or deactivating modules.

Changed

  • Suppress "Duplicate entry" error when fetching emails (#4795)