Skip to content

1.8.234

Latest

Choose a tag to compare

@freescout-help-desk freescout-help-desk released this 14 Aug 09:12

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)