Taxonomy Term Revision
This module adds revision management to taxonomy terms, allowing you to track changes, revert to previous versions, and delete specific revisions. It provides a log message field for describing changes and a revision history listing on the term edit page.
This module stores revisions for the taxonomy terms.
Whenever users saves or updates taxonomy terms it will create new revision for term as it works with nodes. This provides textarea field to fill a revision log message.
Also on the taxonomy term edit page a new menu tab appears after the module
installation which will list all of the taxonomy term's revisions and provides
2 operations for each taxonomy term revisions:
- revert: which will revert the revision.
- delete: which will delete the revision.
Also the module is adding some handler class for taxonomy term to
support workflow as it works for content types.
Note: This module works with Drupal 8.8.x onwards.