FreeScout - Package Updates
-
[1.11.7]
- Update FreeScout to 1.8.148
- Full changelog
- Execute hooks when performing conversations bulk deleting to Deleted folder (#4141)
- Correctly process invalid mail Reply-To headers (#4158)
- Correctly processs invalid dates when fetching emails (#4159)
- Leave other emails unread when an exception happens during fetching of one of them (#4159)
- Make toSql() comparison compatible with PostgreSQL (#4167)
- Prefill SMTP username and password for MS365 if those fields are empty or if set to outlook.office365.com (#4151)
- Log Helper::getRemoteFileContents() errors to App Logs.
-
[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.15]
- Update FreeScout to 1.8.156
- Fixed "Undefined variable $customer" error in thread.blade.php introduced in the previous release (#4321)
-
[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
MOVEcommand (#4313) - Fixed
@fwdforwarding 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_SIZEenv 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-Toheader when processing@fwdinstruction (#4348) - Removed
Webklex/laravel-imaplibrary and useWebklex/php-imaponly.
-
[1.11.18]
- Update freescout to 1.8.159
- Full Changelog
- Show more detailed errors on fetching (#4372)
- Optimized
UpdateFolderCountersJob (#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
rmin update.sh to avoid post-update issues (#4366) - Added
Precedence:listto the list of no auto-reply headers (#4363)
-
[1.11.19]
- Update freescout to 1.8.160
- Full Changelog
- Updated Dutch translation.
- Added
aria-labelto the Notifications dropdown in the navigation menu (#4412) - Fixed vars.js being broken when custom translations contain quotes (#4369)
- Added extra phrase to
no_retry_mail_errorslist (#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
classattribute for tables in the purifier config (#4429) - Fixed disappearing attachments when creating a new conversation from existing message (#4432)
- Make toolbar and dropdown buttons dynamic so they can be rearranged more easily (#4396)
-
[1.11.20]
- Update freescout to 1.8.161
- Full Changelog
- 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.11.21]
- Update freescout to 1.8.162
- Full Changelog
- Updated Swedish language.
Addededfilters allowing module customisation of email reply and user notification templates (#4477)- Added
Asia/Colombotimezone to timezone options (#4483) - 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.11.22]
- Update freescout to 1.8.163
- Full Changelog
- 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.11.23]
- Update freescout to 1.8.164
- Full Changelog
- Fixed an issue with opening conversations ("Accessing array offset on null") introduced in the previous release (#4488)
-
[1.11.24]
- Update freescout to 1.8.165
- Full Changelog
- Fixed "Trying to access array offset on value of type null" error introduced in previous releases (#4490)
-
[1.11.25]
- Update freescout to 1.8.166
- Full Changelog
- 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(). - Removed
<blockquote>from the list of reply separators (#4460) - Do not require
--mailboxparameter infreescout:parse-emlcommand.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login