| Name | Modified | Size | Downloads / 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()andConversation::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 ofhash_equals(). - Fixed path to
PostTooLargeException(#5560) - Check Curl HTTP Code in
Helper::getRemoteFileContents()(#5552)