v3.0.3.rst 749 B

1234567891011121314151617181920212223
  1. v3.0.3 release notes
  2. ====================
  3. Bug fixes
  4. ---------
  5. * Support Django 5, which was added in Wagtail 5.2.2.
  6. * Support SVG images.
  7. * Fix bug that happens when ordering child pages by Classifier, if a child page contains multiple ClassifierTerms belonging to that Classifier.
  8. Upgrade considerations
  9. ----------------------
  10. * As described in the `Wagtail documentation <https://docs.wagtail.org/en/stable/topics/images.html#id8>`_, enabling SVG support requires adding the following to the Django settings file: ``WAGTAILIMAGES_EXTENSIONS = ["gif", "jpg", "jpeg", "png", "webp", "svg"]``.
  11. Thank you!
  12. ----------
  13. Thanks to everyone who contributed to `3.0.3 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/53?closed=1>`_.