Problem/Motivation
The module url_redirect (3.0) is not compatible with Drupal 11. Our primary goal is to make the site fully compatible with Drupal 11.
While preparing the site for the upgrade, Composer reports version conflicts with the url_redirect module. Even after applying all available patches related to Drupal 11 deprecations and compatibility fixes, and testing with the latest version of the module, it still fails to function as expected.
This issue blocks sites that depend on the module’s core functionality from completing their Drupal 11 upgrade process.
Steps to reproduce
Install url_redirect (2.0.x-dev) or the latest available version.
Apply all currently available patches addressing deprecated code and compatibility.
While checking for Drupal 11 compatibility, it still fails to work.
Proposed resolution
Update url_redirect to be fully compatible with Drupal 11.
Merge or update existing patches to ensure they resolve both Composer and runtime issues.
Provide a stable release/tag officially supporting Drupal 11.
Remaining tasks
Identify and fix unresolved compatibility issues not addressed by current patches.
Test the module thoroughly on a clean Drupal 11 installation (latest stable release).
User interface changes
No new UI changes are expected. Existing functionality should remain unchanged once compatibility issues are resolved.
Introduced terminology
None.
API changes
No intentional API changes. Only updates to deprecated functions, hooks, and service definitions required for Drupal 11 support.
Data model changes
None.
Release notes snippet
The url_redirect module has been reviewed for Drupal 11 compatibility. Despite applying all available patches and testing with the latest version, the module remains non-functional on Drupal 11.
The goal is to update and release a stable version of url_redirect that removes deprecated code, resolves Composer conflicts, and allows sites to safely upgrade to Drupal 11 while retaining “Add” button functionality in Views.
Comments
Comment #2
grask0 commentedThanks, the D11 version has released.