FreeScout - Package Updates
-
[1.15.12]
- Update freescout to 1.8.186
- Full Changelog
- Added Romanian language.
- Fixed conversation threading for Outlook (#4922)
- Do not unserialize data by default in
Helper::decrypt()function. - Strip also
OBJECTtag inHelper::stripDangerousTags(). - Added extra reply separator (#4764)
-
[1.15.13]
- Update freescout to 1.8.188
- Full Changelog
- Fixed an issue with sending attachments introduced in the previous release (#4929)
- Fixed an issue with sending attachments introduced in the previous release (#4929)
-
[1.15.14]
- Update freescout to 1.8.189
- Full Changelog
- Fix error in
MailHelper::getHeader()introduced in the previous release (#4940)
-
[1.15.15]
- Update freescout to 1.8.190
- Full Changelog
- Added Ukrainian language.
- Changed "Receiving Emails" to "Fetching Emails" in the warning in Connection Settings (#4949)
- Sanitize URL in
Helper::getRemoteFileContents()function.
-
[1.15.16]
- Update freescout to 1.8.191
- Full Changelog
- Fixed "IF" error in
update.sh(#4952) - Fixed selecting conversations using SHIFT in Firefox (#4962)
- Improved PHP 8.4 compatibility (#4970)
- Removed SQLite from web installer as SQLite not supported (#4959)
-
[1.15.17]
- Update freescout to 1.8.192
- Full Changelog
- Updated Czech translation.
- Improved PHP 8.4 compatibility (#4979)
- Do not allow to merge customer with himself (#4986)
- Fixed wrong user viewing a conversation (#3801)
-
[1.15.18]
- Update freescout to 1.8.193
- Full Changelog
- Added
REDIS_CLIENT.env parameter (#5009) - Allow to prefill
bodyfor new conversations via GET-parameter (#5012) - Added
mailbox_id-state-statusindex to conversations table (#4994) - Changed SMTP username field maxlength to 255 (#5015)
- Fixed sending emails when some mailbox uses OAUTH and others - regular authentication (#5019)
-
[1.15.19]
- Update freescout to 1.8.194
- Full Changelog
- Updated Polish translation.
- Fixed searching customers via ajax on PostgreSQL (#5032)
- Added
__j()and__h()functions to the translation manager config. - Improved
Helper::cspMetaTag()function. - Do not change conversation status to Active when reply to Spam conversation arrives (#5005)
- Removed
csp_enabledparameter from config.
-
[1.15.20]
- Update freescout to 1.8.195
- Full Changelog
- Added Hebrew language.
- Updated Italian translation.
- Added
APP_USE_NEW_POP3_LIB.env parameter allowing to switch to the new POP3 library (#5048) - Show mailbox email instead of user's email in the conversation print view (#5043)
- Check user alternate emails when receveing
@fwdemails (#5047)
-
[1.15.21]
- Update freescout to 1.8.197
- Full Changelog
- Added RTL support for outgoing emails (#5056)
- Added Slovenian language.
- Write message to the log when can not remove mutex in
schedule:run. - More detailed error messages for SMTP errors.
- Added
TLS v1.3support to SMTP connection (#5070) - Improve
[MSO]comments processing in incoming emails (#5068) - Do not stop processing background jobs when when SMTP server does not reply after receiving
DATAcommand and mail content. - Properly process customer names with commas (#5074)
- Changed
smtp_timeoutconfig parameter from 30 to 25 seconds.