- Issue created by @maxilein
- First commit to issue fork.
- 🇧🇪Belgium JeroenT 🇧🇪
I wrote a MR, which adds D11 compatibility and fixes all validation tasks:
https://git.drupalcode.org/issue/ckeditor_templates_ui-3484837/-/pipelin... - 🇯🇴Jordan Anas_maw
Thanks, I will review, and waiting for the feedback from community
- Status changed to Needs review
2 months ago 10:57am 30 December 2024 - First commit to issue fork.
- 🇮🇳India sheshsharma
MR!6 Makes this module compatible with Drupal 11. Functionality is working as expected.
RTBC +1 - 🇮🇳India manishvaity
MR!6 Makes this module compatible with Drupal 11. Functionality is working as expected.
RTBC +1
- 🇵🇰Pakistan hamza_niazi
Error: Call to a member function setClass() on null in ckeditor_templates_ui_ckeditor5_plugin_info_alter() (line 40 of modules/contrib/ckeditor_templates_ui/ckeditor_templates_ui.module).
I got this error previously i was using the 8.x-1.5 and i have update to the dev version and implemented this patch MR!6 and on form i got this error - 🇧🇪Belgium JeroenT 🇧🇪
#3484837-10: Create D11 compatible version → seems unrelated to the Drupal 11 update and can be handled in a separate issue.
Also, I don't think it's necessary to drop Drupal 10 support, so I would also keep that version in the core_version_requirement property and in composer.json.
- 🇺🇦Ukraine trishen Kharkiv
the current MR touches files that are not related to the module
- First commit to issue fork.
- 🇮🇳India arjak-mondal
Removed all the compatibility checks as per the update status module.
- 🇷🇴Romania Cracu
backward compatibility should include also a change in composer.json.
That should help upgrades from D10 to D11 in one go. - 🇦🇹Austria maxilein
Cannot apply it to the current or current dev version.
There seems to be a lot of new code in ckeditor_templates_ui.module that the patch requires ...