Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.8.154
Fixed
- Fixed SMTP authentication not working in some cases due to setAuthMode() used in Swiftmailer - the issue has been introduced in v1.8.144 release (#4253)
- Fixed "null given" error in getMessageNumber() function (#4257)
- Check if current user is deleted on user's Permissions and Notifications pages.
Changed
1.8.153
Added
- Updated Polish translation.
- Updated German translation.
Fixed
- Fixed an issue with emails being empty when fetching from iCloud (#4202)
- Changed
/bin/sh
to/bin/bash
in update.sh (#4208) - Improved
@fwd
detection when forwarding emails to FreeScout (#2940) - Improved connection sleep time selection when fetching emails to avoid "connection setup failed" error (#4227)
- Avoid process list trancation when checking running commands on System Status page (#4237)
- Add CSRF check to the "Delete all files" link in Manage App Logs.
Changed
- Added
X-Autoresponder
to the list of auto-responder headers (#4226)
1.8.152
1.8.151
Added
- Added Kazakh language.
Fixed
- Fixed "Undefined array key 1" error on fetching emails (#4195)
- Fixed checking POP3 connection when "PHP Request Shutdown: Unexpected characters at end of address" error occurs.
- Fixed non-multipart emails being fetched via POP3 with headers present in the body (#4181)
- Fixed out of memory error on Status page when there are many background jobs (#4197)
1.8.150
1.8.149
Microsoft 365 will deprecate login/password SMTP authentication soon. So it's highly recommended to switch to the modern OAuth SMTP authentication in your MS365 mailboxes "Sending Email" settings (see this instruction).
Fixed
- Populate variables in custom Mailbox names in emails sent to customers (#4169)
- Improve Webklex/php-imap memory usage (Webklex/php-imap#433 (comment))
Changed
- Do not add quotes around the date in IMAP SINCE query (#4175)
1.8.148
Fixed
- Execute hooks when performing conversations bulk deleting to Deleted folder (#4141)
- Correctly process invalid mail
Reply-To
headers (#4158) - Correctly processs invalid dates when fetching emails (#4159)
- Leave other emails unread when an exception happens during fetching of one of them (#4159)
- Make
toSql()
comparison compatible with PostgreSQL (#4167)
Changed
- Prefill SMTP username and password for MS365 if those fields are empty or if set to outlook.office365.com (#4151)
- Log
Helper::getRemoteFileContents()
errors to App Logs.
1.8.147
Fixed
- Fixed "Disconnect" link for MS365 in Fetching settings (#4136)
- Improved sanitizing "Path to PHP" in tools.php.
- Improved "App Key" check in tools.php.
- Fixed "Call to a member function getFirstName() on null" in notification.blade.php (#4132)
Changed
- Allow
padding-left
and simiar CSS properties when purifying HTML.
1.8.146
Fixed
- Fixed "Undefined array key auth_mode" on sending emails (#4103)
- Fixed "strstr(): Passing null to parameter" error in \MailHelper::outOauthEnabled() (#4094)
- Fixed Datatables
sort_desc.png
not found (#4107) - Fixed an error message when can not fetch specific email vai \MailHelper::fetchMessage() (#4097)
- Fixed conversation draft not being visible in Drafts after undoing new conversation sending (#4112)
- Do not duplicate recipient in conversation CC field in database (#4112)
- Fallback to getPathname() for uploaded files for Windows (#4105)
- Use only forward slashes in attachment URLs (#4106)