Skip to content

Releases: freescout-help-desk/freescout

1.8.145

19 Jun 18:45
Compare
Choose a tag to compare

Added

  • Add "created_at" index to threads table (#4069)

Fixed

  • Fixed an issue with sending emails via SMTP when MS365 is used - the issue has been introduced in the previous release (#4084)

1.8.144

18 Jun 05:26
Compare
Choose a tag to compare

Added

  • Allow to connect to Microsoft 365 Exchange SMTP via modern oAuth authentication (#4072)
  • Show debug log when testing Fetching.
  • Allow to enable Debug Log in "Status -> Tools -> Fetching" section.
  • Show more detailed errors for IMAP connection issues.

Fixed

  • Fixed "Call to undefined function get_current_user()" error on Status page (#4067)

Changed

  • Update also inactive modules via freescout:module-update command.

1.8.143

10 Jun 17:27
Compare
Choose a tag to compare

Added

  • Added MailHelper::parseEml() function.

Fixed

  • Fixed "Undefined variable $customer" error in thread.php introduced in the previous release (#4066)

1.8.142

09 Jun 16:40
Compare
Choose a tag to compare

Fixed

  • Fixed "mb_convert_encoding() invalid encoding" error on fetching (#4051)
  • Improve Gmail reply separation on fetching.
  • Fixed an error in module:list command arising in some cases (#4056)
  • Fixed sending a new conversation to the customer with multiple emails (#4057)
  • Show "From" for emails received from customers with multiple emails (#4059)
  • Do not show "Mailbox is empty" error when fetching via POP3 (#4060)

Changed

  • Sort modules list alphabetically in the "Deactivate License" dialog (#4055)

1.8.141

30 May 12:00
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the reply not being connected to the conversation in some cases (#4026)
  • Fixed retrieving the original message in Show Original window for moved conversations.
  • Fixed fetching emails forwarded using @fwd command (#4036)
  • Fixed IMAP folders not being retrieved in some cases.
  • Skip auto-replies sent to the email notification on behalf of a user (#4035)

Changed

  • Show exclamation icon in the mailbox Fetching settings tab.
  • Disable "Check Connection" button on changing mailbox Fetching settings.
  • Remove "All from current mailbox link" from the conversation page (#4041)

1.8.140

16 May 05:59
Compare
Choose a tag to compare

If after installing this release fetching does not work, go to mailbox Fetching settings and try other "Encryption" methods (see this).

Changed

  • Switch to the new fetching library (Webklex/php-imap).

1.8.139

11 May 05:19
Compare
Choose a tag to compare

Added

  • Updated Polish translation.

Fixed

  • Fixed CC and BCC fields when cloning a conversation (#4011)
  • Do not allow JavaScript Prototype Pollution via getQueryParam() function (GHSA-rx6j-4c33-9h3r)
  • Remove unwanted tags from HTML when editing threads (GHSA-985r-6qfc-hg8m)
  • Strip unwanted tags from mailbox signature when saving it.
  • Strip unwanted tags from mailbox Auto Reply.

1.8.138

26 Apr 13:43
Compare
Choose a tag to compare

Fixed

  • Fixed cron jobs not being run via URL - issue introduced in v1.8.136 release (#4000)

1.8.137

22 Apr 16:38
Compare
Choose a tag to compare

Fixed

  • Fixed browser push notifications being sent not to all users (#3880)
  • Do not show Closed conversations in non-standard folders (#3988)
  • Fixed "Unknown hashing algorithm: crc32c" error in Webklex/php-imap library (#3991)

Changed

  • Fetch emails sent to multiple mailboxes on a per mailbox basis (#3941)

1.8.136

19 Apr 06:40
Compare
Choose a tag to compare

Added

  • Updated Dutch translation.

Fixed

  • Fixed attachments not being shown when reopening a new conversation draft (#3957)
  • Do not run scheduled commands when running \Artisan::call() function - on System and Modules pages (#3970)

Changed

  • Show application date and time on Status page instead of current user's time.