- 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 (MR) 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 or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
Hi Vivek,
Actually, this patch was manually added to the code a long time ago with the same result (please check the string "^8 || ^9 || ^10 || ^11" in the latest version files).
Are there still any compatibility issues?- 🇮🇳India Vivek Panicker Kolkata
@dmitriy-komarov I just checked the codebase and saw that indeed Drupal 11 is supported.
But I am getting this error:
I believe it's because of the related drupal/ckeditor module.
I am using Drupal CMS and here the ckeditor5 module is enabled.I believe that's the issue.
Vivek,
You are right. Unfortunately, CKEditor 5 is not supported by this module yet.
We are planning to support it soon for all our CKEditor ecosystem plugins (N1ED, Flmngr, Txt42), but for now, only Flmngr supports CKEditor 5. All the others support CKEditor 4 only.
Right now, we are in a rush with this task.- 🇮🇳India Vivek Panicker Kolkata
@dmitriy-komarov So I guess we should keep this issue open till then, since Drupal 11 supports CKEditor 5 by default.
Or we can have another issue created for this.