Right now, the main info file for Redirect declares core_version_requirement of ^8.8 || ^9. That's all well and good, but the info files for the redirect_404 and redirect_domain submodules declare ^8.7.7 || ^9.
In theory, this isn't a problem. But the devil is potentially in the details -- when working on CTools, I was told by its maintainers that mixing core version requirements like this is potentially dangerous. What exactly happens when you mix version constraints is unclear, but since we might want to take a "better safe than sorry" approach here, I propose we use the same core_version_requirement for all info files.
Comments
Comment #2
phenaproximaPatch for this. Hopefully it passes on all supported core versions.
Comment #3
berdirThanks, it did in fact not pass on 9.0 but that's not the fault of this patch.