~~~~~~~~~~~~~~~~~~~~
- Changed :func:`feincms3.embedding.embed_youtube` to append ``?rel=0`` to the
YouTube embed URL which should hopefully suppress recommendations when the
embedded video ends.
- **Slightly backwards incompatible**: Dropped the Noembed validation from the
default ``feincms3.plugins.external`` admin inline. Renamed the
(undocumented!) ``ExternalForm`` to ``NoembedValidationForm``.
- Raised the versions of required dependencies to recent versions, especially
django-tree-queries to include a fix for the upcoming Django 4.0.
- Inline CKEditor: Changed the CDN URL to reference CKEditor 4.16.2.
- Inline CKEditor: Changed the JavaScript code to not hard-depend on jQuery.