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 info.yml file, and also add the composer.json definition per https://www.drupal.org/node/3070687.

CommentFileSizeAuthor
#2 updated-info-file.patch819 bytesSahana _N
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sahana _N created an issue. See original summary.

Sahana _N’s picture

Status: Active » Needs review
FileSize
819 bytes

Please review the patch.

  • andileco committed 23b7413 on 8.x-2.x authored by Sahana _N
    Issue #3098927 by Sahana _N: Mark as compatible with Drupal 9
    
andileco’s picture

Status: Needs review » Fixed

Thanks for the patch!

  • andileco committed 3c37152 on 8.x-1.x authored by Sahana _N
    Issue #3098927 by Sahana _N, andileco: Mark as compatible with Drupal 9
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ressa’s picture

I just tried to install the latest release with Composer in Drupal 9, which didn't work out ... Perhaps a fresh release can be considered, to support Drupal 9?

darrell_ulm’s picture

It works for me by adding:

core_version_requirement: ^8 || ^9

to the .info file.