0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Add release note item about additional button fix

- Fixed in #10062 / #9956
This commit is contained in:
LB Johnston 2023-02-16 08:19:35 +10:00
parent 49d0aab24d
commit 0187a1494b
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Changelog
* Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) * Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
* Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) * Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht)
* Fix: No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp) * Fix: No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp)
* Fix: Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro)
* Docs: Add code block to make it easier to understand contribution docs (Suyash Singh) * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
* Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp) * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp)
* Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott) * Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)

View File

@ -31,6 +31,7 @@ depth: 1
* Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) * Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
* Fix "Edit this page" missing from userbar (Satvik Vashisht) * Fix "Edit this page" missing from userbar (Satvik Vashisht)
* No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp) * No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp)
* Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro)
### Documentation ### Documentation