Skip to content

2.8.1

Latest
Compare
Choose a tag to compare
@ppfeufer ppfeufer released this 13 Oct 00:22
· 6 commits to master since this release
586a033

[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

Full Changelog: v2.8.0...v2.8.1