mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Credit YouGov for sponsorship of SVG support
This commit is contained in:
parent
b6d4e3109f
commit
f44b7b326b
@ -18,7 +18,7 @@ Changelog
|
|||||||
|
|
||||||
* Added support for Django 4.2
|
* Added support for Django 4.2
|
||||||
* Object usage information on deleting objects (Sage Abdullah)
|
* Object usage information on deleting objects (Sage Abdullah)
|
||||||
* Support for SVG images (Joshua Munn)
|
* Support for SVG images (Joshua Munn, with sponsorship from YouGov)
|
||||||
* Custom validation support for StreamField (Matt Westcott)
|
* Custom validation support for StreamField (Matt Westcott)
|
||||||
* Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
|
* Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
|
||||||
* Update user list column level to `Access level` to be easier to understand (Vallabh Tiwari)
|
* Update user list column level to `Access level` to be easier to understand (Vallabh Tiwari)
|
||||||
|
@ -21,7 +21,7 @@ On deleting a page, image, document or snippet, the confirmation screen now prov
|
|||||||
|
|
||||||
### SVG image support
|
### SVG image support
|
||||||
|
|
||||||
The image library can now be configured to allow uploading SVG images. These are handled by the `{% image %}` template tag as normal, with some limitations on image operations - for full details, see [](svg_images). This feature was developed by Joshua Munn.
|
The image library can now be configured to allow uploading SVG images. These are handled by the `{% image %}` template tag as normal, with some limitations on image operations - for full details, see [](svg_images). This feature was developed by Joshua Munn, and sponsored by [YouGov](https://yougov.com/).
|
||||||
|
|
||||||
### Custom validation support for StreamField
|
### Custom validation support for StreamField
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user