Fixed #3430097: Automated Drupal 11 compatibility fixes for embed, which makes Embed Drupal 11-compatible and deprecates, but does not remove, CKEditor 4 support. Let's do it right this time! This release also drops support for Drupal 9, which is end-of-life.
Update, August 10, 2024: This release broke compatibility with CKEditor 4 and, therefore, a lot of sites and modules which use it. The change has since been reverted in Embed 8.x-1.9. Embed 1.x will not be Drupal 11 compatible; this will happen in Embed 2.0.0. It is recommended to not use this release at all.
Added support for CKEditor 5, but still requires the individual embed integration modules to update.
If CKEditor 5 is used, embed button icons are required to be SVG images only. We have added a requirement check if any existing button icons are not SVG images.
Adds more base class helper methods to make implementing embed plugins easier.
Embed 8.x-1.0-rc3
-------------------------
- #2741373 by phenaproxima, slashrsm, Dave Reid: Embedded previews do not support attachments.
- #2734779 by jibran: Convert IconFileUsageTest to KernelTestBaseNG