Inconsistent module requirements
The latest release says
> Adds Drupal 12 support
> Drops support for Drupal 11.2 and below because new dependency on `drupal/history`
However, it is still marked as being compatible with Drupal 10 in the .info.yml file.
In addition, composer.json has `"drupal/core": "~11.3"`, so Drupal 12 isn't actually supported.
issue