[2.8.1] - 2024-10-13
Changed
- Improve oEmbed handling
- Improve internal forms handling
- URL config modularized
- Dependency updates
django-ckeditor-5
>=0.2.14 (Fixing #219)
Remember to add the following to your local.py
, so your users can upload files:
CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
"authenticated" # Possible values: "staff", "authenticated", "any"
)
What's Changed
- Translations update from Weblate (ppfeufer) by @ppfeufer in #247
- [npm] Bump the npm-dependencies group across 1 directory with 2 updates by @dependabot in #248
- [CHANGE] URL config modularized by @ppfeufer in #249
- [CHANGE] Improve forms code by @ppfeufer in #250
- [CHANGE] Improve oEmbed handling by @ppfeufer in #251
- [FIX] Translations by @ppfeufer in #252
- Translations update from Weblate (ppfeufer) by @ppfeufer in #253
- [CHANGE] Improve help_text handling by @ppfeufer in #254
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #255
- [CHANGE] Dependency update:
django-ckeditor-5
>=0.2.14 (Fixing #219) by @ppfeufer in #256
Full Changelog: v2.8.0...v2.8.1