Looks like the module has no deprecated code usages, so we just need to mark it as compatible with D9.
So, add core_version_requirement: ^8 || ^9 to all info.yml file as per the definition
https://www.drupal.org/node/3070687.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | updated-info-file.patch | 407 bytes | sahana _n |
Comments
Comment #2
sahana _n commentedPlease review the patch.
Comment #3
artis commentedDon't remove the line core: 8.x to maintain compatibility with Drupal 8.
Comment #4
jjmackow commented@artis 'core' and 'core-version-requirements' both work in 8.7.7 and on.
https://www.drupal.org/node/3070687;
So it can be removed and subsequently replaced with the 'core-version-requirements' and still function, (at least beyond 8.7.7)