FreeScout - Package Updates
Pinned
FreeScout
-
[1.10.30]
- Update FreeScout to 1.8.70
- Full changelog
- Added a Retry button allowing to retry background jobs in Manage > System (#2881)
- Added Norwegian language.
- Fixed selecting conversations via long press in mobile app (#2868)
- Revert conversation preview after undoing sending a reply (#2874)
- Fixed a typo in freescout:check-requirements command.
- Improved Filesystem.php security on Windows.
- Changed queue:work check interval to avoid false alarms (#2876)
- Take into account proxy settings from .env in Helper::getRemoteFileContents().
- Escape link text when inserting a link in the editor.
- Always open links in conversations in a new tab.
-
[1.10.31]
- Update FreeScout to 1.8.71
- Full changelog
- Updated Brazilian, Polish and Italian translations.
- Improved PHP version check in tools.php (#2901)
- Renamed menu hook into menu.mailbox_single.after_name.
- Pass threads_count to reply_email.before_signature and reply_email.after_signature hooks (#2908)
-
[1.10.32]
- Update FreeScout to 1.8.72
- Full changelog
- Allow to reply from Mailbox Aliases (#656)
- Allow to change customer photo size via
APP_CUSTOMER_PHOTO_SIZE
.env variable (#2919) - Allow to change user photo size via
APP_USER_PHOTO_SIZE
.env variable (#2919) - Add Norwegian translation.
-
[1.10.34]
- Update FreeScout to 1.8.74
- Full changelog
- Show dates translated into selected language (#2950)
- Allow to select mailbox alias in From field when creating a new conversation (#656)
- Fix wrong messages order in the email to customer in some cases (#2938)
- Do not show From (Alias) field when creating a phone conversation.
- Clean temp files daily instead of weekly (#2949)
-
[1.10.35]
- Update FreeScout to 1.8.75
- Full changelog
- Automatically load new notes when viewing a conversation (#2961)
- Restart swiftmailer after each sent email to remove temp files (#2949)
- Added .env option allowing to enable updating folders counters in background (#2982)
-
[1.10.36]
- Update FreeScout to 1.8.76
- Full changelog
- Added "Allow to reply from aliases" option to mailboxes (#2988)
- Fixed showing mailbox mute status for non-admin users (#2992)
- Improved email subject decoding (#2987)
- Improved background to background-color CSS style conversion in conversations (#2969)
- Improved displaying tables in conversations (#2969)
- Improved sanitizing SVG files.
- Limit "Insert variable" dropdown width to avoid issues in Firefox (#2966)
- Fixed "Passing null" error in Manage > Settings > Mail Settings (#2989)
-
[1.10.37]
- Update FreeScout to 1.8.77
- Full changelog
- Added customer.deleting hook (#3003)
- Fixed updating custom folders counters (#2998)
- Properly thread replies from Jira into conversations (#2927)
- Fixed minutes formatting in 12-hour clock mode (#2997)
- Automatically unfollow followed conversation when it is assigned to the user (#3001)
-
[1.10.38]
- Update FreeScout to 1.8.78
- Full changelog
- Allow to set
same_site
parameter to none in config/session.php (#3023) - Updated German translation.
- Allow to save unlimited number of recipients in new conversation draft (#3036)
- Fixed saving OpenOffice attachments (#3048)
- Do not show attachment URLs in printed version (#3035)
- Show links hrefs only in thread content in the printed version (#3045)
-
[1.10.39]
- Update FreeScout to 1.8.79
- Full changelog
- 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)
- 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)
- Remove app.force_https parameter and determine protocol from app.url parameter instead (#3053)
- Decode subjects using iconv_mime_decode() function in Webklex/php-imap library (#3039)
-
[1.10.41]
- Update FreeScout to 1.8.81
- Full changelog
- Improved subject decoding (#3089)
- Improved email validation: do not allow @unknown emails (#3101)
- Improved body decoding on fetching (#3089)
- Improved decoding attachment names with Webklex/PHP-IMAP library (#2753)
- Fixed decoding sender name in iso-2022-jp encoding (#3089)
-
[1.10.42]
- Update FreeScout to 1.8.82
- Full changelog
- Updated Dutch translation.
- 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.10.44]
- Update FreeScout to 1.8.84
- Full changelog
- Check pcntl extension status in System to avoid "Undefined constant SIGKILL" error.
- Fixed PHP version check in tools.php (#3162)
- Fixed GuzzleHttp\Psr7\Uri::withScheme() error on PHP 7.1 (#3158)
- Do not try to resend email notifications for received bounce emails (#3156)
- Do not encode HTML entities in outoging plain text emails (#3159)
- Improved subject decoding (#3167)
-
[1.10.45]
- Update FreeScout to 1.8.85
- Full changelog
- 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)
- Updated Russian translation.
-
[1.10.46]
- Update FreeScout to 1.8.86
- Full changelog
- Allow to set trusted proxies via .env file using APP_TRUSTED_PROXIES parameter to allow proper client IP detection when using balancers, proxies or CloudFlare (#1994)
- Do not delete the message when another user discards a draft of the reply which just has been sent (#2873)
- Fixed "References" header in emails to customers (#3175)
-
[1.10.47]
- Update FreeScout to 1.8.87
- Full changelog
- 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.
- Save ICS attachments having no name as calendar.ics (#1412)
- Allow to view .json, .diff and .patch attachments (#3192)