Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
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.
1.8.161
Fixed
- Fixed "Call to a member function getFullName() on null" in Thread.php (#4438)
- Fixed "Implicit conversion from float to int" error in Guzzle (#4439)
- Fixed incorrect year returned by
User::dateFormat()
(#4443) - Allow to get out of quote block in the editor (#3811)
- Fixed deleting attachments when creating a new conversation from existing thread (#4432)
- Do not remove customer phone when creating a phone conversation without specifying a customer phone number (#4464)
1.8.160
Added
- Updated Dutch translation.
- Added
aria-label
to the Notifications dropdown in the navigation menu (#4412)
Fixed
- Fixed vars.js being broken when custom translations contain quotes (#4369)
- Added extra phrase to
no_retry_mail_errors
list (#870) - Improved
Helper::strSplitKeepWords()
function to work with Chinese symbols. - Fixed OnOffSwitch checkboxes on screenreaders (#4412)
- Made "Insert Variable" dropdown accessible via screenreaders (#4412)
- Improved email parts boundary detection on fetching in Webklex/php-imap (#4417)
- Allow
class
attribute for tables in the purifier config (#4429) - Fixed disappearing attachments when creating a new conversation from existing message (#4432)
Changed
- Make toolbar and dropdown buttons dynamic so they can be rearranged more easily (#4396)
1.8.159
MacOS Menu Bar App is available now.
Added
- Show more detailed errors on fetching (#4372)
- Optimized
UpdateFolderCounters
Job (#4374) - Updated Spanish translation (#4376)
Fixed
- Fixed text not being bolded - the issue has been introduced in the previous release (#4367)
- Fixed "Undefined array key 2" error on fetching (#4372)
- Fixed "Argument 1 (lastErrors) must be of type array" error in Carbon.
- Clear cache via
rm
in update.sh to avoid post-update issues (#4366) - Added
Precedence:list
to the list of no auto-reply headers (#4363)
1.8.158
1.8.157
Added
- Updated Croatian translation.
Fixed
- Fixed moving emails to a folder on fetching for mail servers not supporting
MOVE
command (#4313) - Fixed
@fwd
forwarding when styles are present in the email body (#4333) - Do not reset "Default Redirect" settings for users when saving Mailbox Permissions (#4339)
- Allow to set
APP_FETCHING_BUNCH_SIZE
env parameter (#4343) - Fixed table wizard in the editor (#4345)
1.8.156
1.8.155
Added
- Allow to hide from support agents customers from non-visible mailboxes (#4316)
- Added extra hooks:
conversation.convinfo.prepend
andconversation.convinfo.before_nav
(#4279) - Show "From" address in the conversation when "From" and "Reply-To" headers are different in the email (#4287)
- Updated Japanese translation.
- Update German translation.
Fixed
- Fixed decoding Japanese symbols in the email body in GB2312 encoding (#4282)
- Set
CURLOPT_FOLLOWLOCATION
inHelper::getRemoteFileContents()
to fix file retrieval issues in some cases.
Changed
- Added
Delivered-To:Autoresponder
to the list of autoresponder headers.
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