Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.8.173
News: ChatGPT Module, WhatsApp Module (via Meta Cloud API), PHP 8.4 and more...
Added
- Show customer ZIP in the customer sidebar (#4606)
Fixed
- Fixed loadHTML() error on fetching (#4600)
- Allow to get out of code and citation blocks in the editor (#4607)
Changed
1.8.172
1.8.171
Added
- Allow to set
PDO::PGSQL_ATTR_DISABLE_PREPARES
via .env variable (#4558) - Allow to enable persistent connections for MySQL and PostgreSQL via .env variable (#4566)
- Updated Swedish translations (#4578)
Fixed
- Fixed searching conversations and customers on PostgreSQL - issue introduced in the previous release (#4559)
- Fixed "Undefined variable $protonmail_quote_pos" on fetching - issue introduced in the previous release (#4568)
Changed
- Show which attachments are embedded in
freescout:parse-eml
command (#4575)
1.8.170
1.8.169
Added
- Updated German translation.
Fixed
- Make encoding check case-insensitive in Header.php (#4519)
- Increase mailbox
imap_sent_folder
field max length to 50 symbols (#4533) - Fixed "getFullName() on null" error in Conversation.php (#4540)
- Fixed separating replies in Proton emails (#4537)
- Added extra Gmail reply separator.
- Fixed deleting attachments when creating a new conversation from existing thread (#4432)
- Remove services.php and packages.php from
/bootstrap/cache/
when clearing cache (#4536)
Changed
1.8.168
1.8.167
1.8.166
Fixed
- Webklex/php-imap: Boundary parsing fixed and improved to support more formats.
- Webklex/php-imap: "From" address parsing improved and extended to include more cases.
- Webklex/php-imap: Decode partially encoded address names.
- Webklex/php-imap: send NOOP connection check once in a second for IMAP.
- Webklex/php-imap: Fixed attachments with sspecial symbols in filename (; and =).
- Improved
MailHelper::decodeSubject()
function. - Fixed "iconv_mime_decode(): Malformed string" error in
MailHelper::imapUtf8()
.
Changed
- Removed
<blockquote>
from the list of reply separators (#4460) - Do not require
--mailbox
parameter infreescout:parse-eml
command.