- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β these changes make this module compatible with Drupal 11! π
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- π¦πΊAustralia VladimirAus Brisbane, Australia
VladimirAus β changed the visibility of the branch 3430056-automated-drupal-11 to hidden.
- Status changed to RTBC
9 months ago 7:36pm 5 August 2024 - πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Since that patch wasn't applied before Drupal 11 was released, we have to add mglaman/composer-drupal-lenient to allow a Drupal 10 module to be installed. Once that package is added and configured, the module can be installed and patched.
The steps are:
composer require mglaman/composer-drupal-lenient
composer config --merge --json extra.drupal-lenient.allowed-list '["editor_advanced_link"]'
# Add the following patch to your composer.json extras file:"drupal/editor_advanced_link": { "Automated Project Update Bot fixes": "https://git.drupalcode.org/project/editor_advanced_link/-/merge_requests/20.patch" }
composer require drupal/editor_advanced_link
Link functions as expected:
Marking as RTBC.
-
VladimirAus β
committed 06d0a2fc on 2.x authored by
Project Update Bot β
Issue #3430056: Automated Drupal 11 compatibility fixes for...
-
VladimirAus β
committed 06d0a2fc on 2.x authored by
Project Update Bot β
- Status changed to Fixed
9 months ago 3:56pm 7 August 2024 - π¦πΊAustralia VladimirAus Brisbane, Australia
Thank you! Committed! π°
Automatically closed - issue fixed for 2 weeks with no activity.