Example: TSK-1132: Replaced checkboxes in sort options with radio buttons.
Next Version:
v5.4.0
Breaking
Database Schema Update
Major Version Updates
New
TSK-1914: introduced TaskState.IN_REVIEW and TaskState.READY_FOR_REVIEW. Extend claim, cancelClaim and complete accordingly.
TSK-1915: added TaskService#requestReview(String) and TaskService#forceRequestReview(String)
TSK-1916: added TaskService#requestChanges(String) and TaskService#forceRequestChanges(String)
TSK-1938: added AfterRequestChangesProvider which allows customized behavior after changes have been requested on a given Task
TSK-1937: added AfterRequestReviewProvider which allows customized behavior after a review has been requested on a given Task.
Improvements
TSK-1911: Fixed TaskHistoryEvent details regarding corresponding Attachments. Unchanged Attachments are not included in the TaskHistoryEvent anymore.