github freescout-help-desk/freescout 1.8.234

4 hours ago

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)

Don't miss a new freescout release

NewReleases is sending notifications on new releases.