Browse Source

Update v3.0.3.rst (#619)

Added note about SVG support and corrected typo
Ross Laird 1 year ago
parent
commit
19d9f2b8c0
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/releases/v3.0.3.rst

+ 6 - 1
docs/releases/v3.0.3.rst

@@ -9,7 +9,12 @@ Bug fixes
 
 * Support SVG images.
 
-* Fix bug that happens when ordering child pages by Classifier, if a child page contains muliple ClassifierTerms belonging to that Classifier.
+* Fix bug that happens when ordering child pages by Classifier, if a child page contains multiple ClassifierTerms belonging to that Classifier.
+
+Upgrade considerations
+----------------------
+
+* 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"]``.
 
 
 Thank you!