- Issue created by @jrglasgow
- Merge request !3Draft: Issue #3465075 by jrglasgow: Drupal 11 compatibility β (Open) created by jrglasgow
- Status changed to Needs review
4 months ago 8:26pm 31 July 2024 - π΅πΉPortugal jcnventura
The changes are welcome, but need further work before being merged:
- Declaring a module to be compatible with
=> 10.1
means that the next version of the module will be compatible with Drupal 12, 13, 14, 15, etc.. There needs to be an upper bound, which is why most maintainers use^10.1 || ^11
- As per the comment, it seems that
getPrefixInfo
needs to be removed, since #2223073: Calling DatabaseSchema::getPrefixInfo() on a non-default connection returns the wrong database - write tests β has now been fixed in core
- Declaring a module to be compatible with
- First commit to issue fork.
- π΅πPhilippines gslente
Created a new merge request.
- Updated core version requirement to use
core_version_requirement: ^9.4 || ^10 || ^11
- Removed
getPrefixInfo()
as issue has been fixed in core.
- Updated core version requirement to use