Skip to content

Releases: freescout-helpdesk/freescout

1.8.101

05 Oct 05:30
Compare
Choose a tag to compare

[ACTION REQUIRED] This release improves uploads folder security - if you are using nginx, you need to update nginx config according to the instructions in #3428.

Added

  • Improved uploads folder security (#3428)
  • Updated German translation.
  • Created a CI test for testing the app with PostgreSQL.

Fixed

  • Fixed an error in PostgreSqlPlatform.php on PHP 8.2 with PostgreSQL.

Changed

  • Run post update script after modules in update.sh (#3425)

1.8.100

23 Sep 10:22
Compare
Choose a tag to compare

Added

  • Improved conversation accessibility (#3415)
  • Improved dependencies security.
  • Added fetch_emails.mailbox_to_save_message hook (#3408)

Fixed

  • Fixed the issue due to which long fetching may be killed before it finishes (#3417)
  • Fixed discarding new phone conversation draft (#3407)

1.8.99

15 Sep 14:59
Compare
Choose a tag to compare

Added

  • Improved attachment names sanitizing (#3377)
  • Allow to update all modules at once.
  • Added freescout:module-update command allowing to update all modules at once (#3384)
  • Added freescout:module-update command and --yes flag to tools/update.sh script (#3384)
  • Created GitHub continuous integration test.

Fixed

  • Properly process situation when application can not parse mail Date header on fetching (#3394)

Changed

1.8.98

11 Sep 16:28
Compare
Choose a tag to compare

Fixed

  • Fixed "No query results for model error" on Status page (#3366)
  • Fixed error on Status page when "open_basedir restriction in effect" occurs (#3375)

Changed

  • Set default CURLOPT_CONNECTTIMEOUT value for curl.

1.8.97

08 Sep 17:35
Compare
Choose a tag to compare

If after installing this release you'll have the "No query results for model [App\Conversation]" error on System page - see the solution here.

Added

  • Automatically fix module symlink when module Public folder is a broken symlink.

Fixed

  • Fixed an error on System Status page (#3368)

1.8.96

08 Sep 11:48
Compare
Choose a tag to compare

Added

  • Show in Outgoing Emails the SMTP Queue ID for emails passed for delivery (#3330)
  • Show link to the conversation and to logs in SendReplyToCustomer jobs on System Status page (#3331)
  • Show DB info and missing migrations on System Status page (#3326)
  • Check on System Status page if symlink() function is available (#3335)
  • Set CURLOPT_SSL_VERIFYPEER option to false for curl and Guzzle requests (#3293)
  • Updated Spanish translation (#3343)
  • Automatically check invalid or missing modules symlinks and show error messages on Modules and System Status pages.

Fixed

  • Fixed variable name in saveUserThread() function on fetching replies to user email notifications (#3325)
  • Fixed an issue with "Allow to reply from aliases" option being reset when mailbox settings saved by non-admin user (#3337)
  • Cancel SendReplyToCustomer background jobs when undoing replies (#3300)
  • Do not insert new line in the editor when pasting content (#3319)
  • Move star mark when merging conversations (#3351)

Changed

  • Show SMTP 5xx errors in the conversation immediately (#3339)

1.8.95

01 Sep 10:16
Compare
Choose a tag to compare

Added

  • Fixed an issue with the editor adding new lines when pasting HTML (#3264)
  • Added "Mail Date and Time" option allowing to use date from mail headers when fetching emails (#3297)
  • Added page parameter to URL when navigating over conversations (#3323)

Fixed

  • Replace non-replaced vars in mailbox custom from name with empty string (#1031)
  • Fixed migration creating customer_channel table (#3309)
  • Improved mail subject decoding (#3312)
  • Fixed "Invalid text representation" error on PostgreSQL when saving mailbox permissions (#3315)
  • Show correct 12 or 24 hour time format in calendars (#3322)

1.8.94

26 Aug 05:02
Compare
Choose a tag to compare

Added

  • Remove automatically old records from notifications table (#3294)

Fixed

  • Fixed an issue with importing modules translations occurring in some cases (#3289)

1.8.93

21 Aug 06:31
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with Unassigned and Assigned folders introduced in the previous release (#3287)

1.8.92

21 Aug 05:39
Compare
Choose a tag to compare

MS Teams and Mattermost Integration.

Added

  • Added Chinese Simplified language.
  • Added a .env file parameter allowing to restrict users to see only tickets assigned to themselves (#701)
  • Updated Danish translation.
  • Added findCustomersBySocialProfile() function.
  • Added customer_channel table.

Changed

  • Show an error message to support agent if an emial has not been sent after 1 hour - while FreeScout continues to try to send it (#3268)