Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.8.88
1.8.87
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
1.8.86
Added
- Allow to set trusted proxies via
.env
file usingAPP_TRUSTED_PROXIES
parameter to allow proper client IP detection when using balancers, proxies or CloudFlare (#1994)
Fixed
1.8.85
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
Added
- Check
pcntl
extension status in System to avoid "Undefined constant SIGKILL" error.
Fixed
1.8.83
1.8.82
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
1.8.80
1.8.79
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