* Remove artificial form fields prior to saving task.
* Do not show back to backlog button for tasks on sprint project board.
* Do not check for completed status before showing close button, as that can also mean final swimlane on board.
* Fix composer.json formatting.
* Add entity revision keys for Drupal 9 support.
* Do not hide revision log fields in Drupal 9, as they do not yet exist at the point where the form is defined.
* Make task forms work correctly in Drupal 9.
* Make project forms work in Drupal 9.
This is more stable release with Drupal 8 and I will be working on Drupal 9 release soon for compatibility.
Included latest patch included by community members from issue #3075353.
drupal_set_message() replaced with addMessage() function.