Skip to content

Releases: freescout-help-desk/freescout

1.8.167

23 Jan 04:19
Compare
Choose a tag to compare

Fixed

  • Fixed "Call to undefined function str_starts_with()" on fetching with PHP 7.x - introduced in the previous release (#4499)
  • Improved PHP 8.4 compatibility (#4501)

Changed

  • Exclude Modules/ folder from composer classmap (#4496)

1.8.166

21 Jan 11:32
Compare
Choose a tag to compare

Fixed

  • 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().

Changed

  • Removed <blockquote> from the list of reply separators (#4460)
  • Do not require --mailbox parameter in freescout:parse-eml command.

1.8.165

18 Jan 09:56
Compare
Choose a tag to compare

Fixed

  • Fixed "Trying to access array offset on value of type null" error introduced in previous releases (#4490)

1.8.164

18 Jan 04:48
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with opening conversations ("Accessing array offset on null") introduced in the previous release (#4488)

1.8.163

17 Jan 10:03
Compare
Choose a tag to compare

Fixed

  • 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.8.162

17 Jan 07:33
Compare
Choose a tag to compare

Added

  • Updated Swedish language.
  • Addeded filters allowing module customisation of email reply and user notification templates (#4477)
  • Added Asia/Colombo timezone to timezone options (#4483)

Fixed

  • Fixed "Call to a member function getFullName() on null" when some user has been deleted from DB (#4467)
  • Replace fread() with fgets() in Webklex/php-imap to avoid possible infinite loops.

1.8.161

13 Jan 11:04
Compare
Choose a tag to compare

Fixed

  • 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.8.160

20 Dec 16:37
Compare
Choose a tag to compare

Added

  • Updated Dutch translation.
  • Added aria-label to the Notifications dropdown in the navigation menu (#4412)

Fixed

  • Fixed vars.js being broken when custom translations contain quotes (#4369)
  • Added extra phrase to no_retry_mail_errors list (#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 class attribute for tables in the purifier config (#4429)
  • Fixed disappearing attachments when creating a new conversation from existing message (#4432)

Changed

  • Make toolbar and dropdown buttons dynamic so they can be rearranged more easily (#4396)

1.8.159

30 Nov 04:52
Compare
Choose a tag to compare

MacOS Menu Bar App is available now.

Added

  • Show more detailed errors on fetching (#4372)
  • Optimized UpdateFolderCounters Job (#4374)
  • Updated Spanish translation (#4376)

Fixed

  • 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)

1.8.158

22 Nov 08:40
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the <span> tag being added in the editor causing font size issues (#4354)

Changed

  • Do not check In-Reply-To header when processing @fwd instruction (#4348)
  • Removed Webklex/laravel-imap library and use Webklex/php-imap only.