Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
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.
1.8.165
1.8.164
1.8.163
Fixed
- Fixed user notification subject missing - issue introduced in the previous release (#4485)
- Fixed Waiting Since not showing - issue introduced in the previous release (#4486)
- Webklex/php-imap: Fixed date issue if timezone is UT and a 2 digit year.
- Webklex/php-imap: Make the space optional after a comma separator.
- Webklex/php-imap: Query - infinite loop when start chunk > 1.
- Webklex/php-imap: Better connection check for IMAP.
1.8.162
Added
- Updated Swedish language.
- Addeded filters allowing module customisation of email reply and user notification templates (#4477)
- Added
Asia/Colombo
timezone to timezone options (#4483)
Fixed
- Fixed "Call to a member function getFullName() on null" when some user has been deleted from DB (#4467)
- Replace
fread()
withfgets()
in Webklex/php-imap to avoid possible infinite loops.