FreeScout - Package Updates
-
[1.12.0]
- OIDC auth implemented
-
[1.12.1]
- add oidc to checklist
-
[1.13.0]
- Update freescout to 1.8.170
- Full Changelog
- Fixed empty body issue introduced in the previous release (#4556)
-
[1.13.1]
- Update freescout to 1.8.171
- Full Changelog
- Allow to set
PDO::PGSQL_ATTR_DISABLE_PREPARES
via .env variable (#4558) - Allow to enable persistent connections for MySQL and PostgreSQL via .env variable (#4566)
- Updated Swedish translations (#4578)
- Fixed searching conversations and customers on PostgreSQL - issue introduced in the previous release (#4559)
- Fixed "Undefined variable $protonmail_quote_pos" on fetching - issue introduced in the previous release (#4568)
- Show which attachments are embedded in
freescout:parse-eml
command (#4575)
-
[1.13.2]
- Update freescout to 1.8.172
- Full Changelog
- Merge customers (#2188)
- Handling boundary split into several parts in email headers (#4567)
-
[1.14.0]
- Update to correct base image 5.0.0
-
[1.15.0]
- Update freescout to 1.8.173
- Full Changelog
- Show customer ZIP in the customer sidebar (#4606)
- Fixed loadHTML() error on fetching (#4600)
- Allow to get out of code and citation blocks in the editor (#4607)
- Allow to specify the path to GitHub zip archive in module's
latestVersionZipUrl
parameter (#4611) - Allow to specify module.json in module's
latestVersionNumberUrl
parameter (#4611)
-
[1.15.1]
- Update freescout to 1.8.174
- Full Changelog
- Added Hungarian language.
- Fixed "Call to a member function query() on null" when testing fetching (#4614)
- Trigger
thread.before_save_from_request
hook for each thread when sending to multiple recipients. - Show empty link URL field when inserting a link (#4622)
- Change
Helper::IN_LIMIT
to 999 to avoid issues on MariaDB (#4623) - Fixed "Asia/Kolkata" timezone name (#4676)
- Take into account user timezone and time format in "Customer viewed at..." text (#4674)
- Fixed error when job's payload is empty on Status page (#4673)
- Do not hide attachments after editing notes or messages (#4678)
- Remove unprintable characters and invalid unicode characters from uploaded file names (#4681)
-
[1.15.2]
- Update freescout to 1.8.175
- Full Changelog
- Added mail fallback capabilities to mail vars (#4693)
- Prevent zooming editor in iOS browser (#4698)
- Webklex/phpimap - When using the chunk function, some messages do not have an element with index 0.
- Webklex/phpimap - Fixed get folders list in hierarchical order.
- Webklex/phpimap - Fixed case sensitivity of folder attribute parsing: NoSelect, NoInferiors.
- Webklex/phpimap - Fixed date parsing on non-standard format from Aqua Mail.
-
[1.15.3]
- Update freescout to 1.8.177
- Full Changelog
- Fixed CSP tag issue introduced in the previous release (#4749)
- Set
X-Content-Type-Options
header. - Take into account possible spaces when handling forwarded emails (#4733)
- Do not stop fetching when encountering an email without Message-ID (#4740)
- Adjusted CSP meta tag.
- Set SameSite attribute to
lax
for session cookie. - Do not set
XSRF-TOKEN
cookie as it is not being used. - Added extra reply separators (#4629)
-
[1.15.4]
- Update freescout to 1.8.178
- Full Changelog
- Remove new line symbols in
Helper::setEnvFileVar()
function. - Do not use
serialize()
function inOption::set()
. - Do not allow to create translations with random language code.
- Improved sanitizing
$php_path
in tools.php. - Fixed "TokenMismatchException not found" eror introduced in previous releases.
- Set SameSite to
None
for session cookie (#4750)