Download Latest Version 1.8.235 source code.zip (11.2 MB)
Email in envelope

Get an email when there's a new version of FreeScout Helpdesk

Home / 1.8.234
Name Modified Size InfoDownloads / Week
Parent folder
1.8.234 source code.tar.gz 2026-08-14 7.9 MB
1.8.234 source code.zip 2026-08-14 11.2 MB
README.md 2026-08-14 836 Bytes
Totals: 3 Items   19.2 MB 1

Custom modules now should use the following functions when working with Conversation statuses:

  • Check conversation status: $conversation->isActive(), $conversation->isPending(), $conversation->isClosed(), $conversation->isSpam()
  • Check if conversation has one of the listed statuses: $conversation->hasStatus() and Conversation::compareStatus()
  • Checking "status" field in a query: Conversation::addStatusCondition()

Added

  • Allow <code> and <kbd> tags in Purifier config (#5556)
  • Allow to extend conversation statuses via hooks.

Fixed

  • Fixed conversation ID in BroadcastNotification::fetchPayloadData() (#5553)
  • Use Helper::hashEquals() instead of hash_equals().
  • Fixed path to PostTooLargeException (#5560)
  • Check Curl HTTP Code in Helper::getRemoteFileContents() (#5552)
Source: README.md, updated 2026-08-14