Problem/Motivation
The last release of this module was created almost 2 years ago, and it does not support Drupal 9. We need a new release of the module that can be installed in Drupal 9.
Steps to reproduce
Try to install version 1.2 of this module in Drupal 9.
Proposed resolution
Create a 1.3 release.
Remaining tasks
Tag the new version of the module, and push it.
Comments
Comment #2
avpadernoVersion 8.x-1.3 has been created on December. I cannot say if it's compatible with Drupal 9, though.
Comment #3
avpadernoActually, the latest developed code doesn't seem compatible with latest Drupal 8 versions either.
Comment #4
vipin.mittal18I am aligned with you kiamlaluno.
Though maintainer has added core version requirement in the info file, still I can see Drupal9 practices are not followed like creating an object in the controller class instead of using dependency injection.
Comment #5
thallesSorry! I will provide this!
Comment #6
thallesI ran phpcs with drupal / coder and drupal-check and found no problem.
If you know any issue, can you please share them here?
Comment #7
thallesComment #8
avpadernoTo be compatible with Drupal 9, at least #3198542: Unecessary getConnection method should be fixed.The code is calling a method that doesn't exist, which was removed from Drupal 8 time ago.
I didn't check for other issues; I cannot exclude there are other incompatibilities.
Comment #9
thallesThanks!
Comment #10
thallesDone!