It would be great if this module was already supported for Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3125030-2.patch | 866 bytes | upchuk |
It would be great if this module was already supported for Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3125030-2.patch | 866 bytes | upchuk |
Comments
Comment #2
upchuk commentedHere's a start that adds support for Drupal 9. I did a couple of things:
* Added a dev dependency on Devel. I added also 2.x though I think it would not be used anymore after Drupal 8.7 if you need to use this module.
* Added core requirement from 8.7.7 onwards. This eliminates support for patch versions from 8.7.0 to 8.7.7.
Comment #4
plachThanks for the patch!
I decided to open yet a new branch for this: 3.x will support both D8 and D9 as long as possible through semver
Comment #5
plach