FreeScout - Package Updates
Pinned
FreeScout
-
[1.11.8]
- Update FreeScout to 1.8.149
- Full changelog
- Populate variables in custom Mailbox names in emails sent to customers (#4169)
- Improve Webklex/php-imap memory usage (https://github.com/Webklex/php-imap/issues/433#issuecomment-2288560006)
- Do not add quotes around the date in IMAP SINCE query (#4175)
-
[1.11.9]
- Update FreeScout to 1.8.150
- Full changelog
- Fixed fetching issue introduced in the previous release (#4182)
- Allow to disable quotes around SINCE date in IMAP search query via APP_SINCE_WITHOUT_QUOTES_ON_FETCHING=true env parameter (#4175)
-
[1.11.10]
- Update FreeScout to 1.8.151
- Full changelog
- Added Kazakh language.
- Fixed "Undefined array key 1" error on fetching emails (#4195)
- Fixed checking POP3 connection when "PHP Request Shutdown: Unexpected characters at end of address" error occurs.
- Fixed non-multipart emails being fetched via POP3 with headers present in the body (#4181)
- Fixed out of memory error on Status page when there are many background jobs (#4197)
-
[1.11.11]
- Update FreeScout to 1.8.152
- Full changelog
- Fixed an issue with plain text emails having empty body - the issue has been introduced in the previous release (#4181)
-
[1.11.12]
- Update FreeScout to 1.8.153
- Full changelog
- Updated Polish translation.
- Updated German translation.
- Fixed an issue with emails being empty when fetching from iCloud (#4202)
- Changed /bin/sh to /bin/bash in update.sh (#4208)
- Improved @fwd detection when forwarding emails to FreeScout (#2940)
- Improved connection sleep time selection when fetching emails to avoid "connection setup failed" error (#4227)
- Avoid process list trancation when checking running commands on System Status page (#4237)
- Add CSRF check to the "Delete all files" link in Manage App Logs.
-
[1.11.13]
- Update FreeScout to 1.8.154
- Full changelog
- 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.
-
[1.11.14]
- Update FreeScout to 1.8.155
- Full changelog
-
[1.11.16]
- Update freescout to 1.8.157
- Full Changelog
- Updated Croatian translation.
- 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.158 is blocked because of https://github.com/freescout-help-desk/freescout/commit/b622bbb284319dd98bf27bee698d4c2203844153
-
[1.11.17]
- Update freescout to 1.8.158
- Full Changelog
- Fixed an issue with the
<span>
tag being added in the editor causing font size issues (#4354) - Do not check
In-Reply-To
header when processing@fwd
instruction (#4348) - Removed
Webklex/laravel-imap
library and useWebklex/php-imap
only.
-
[1.11.18]
- Update freescout to 1.8.159
- Full Changelog
- Show more detailed errors on fetching (#4372)
- Optimized
UpdateFolderCounters
Job (#4374) - Updated Spanish translation (#4376)
- 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)