From 0187a1494bc56bab4592dc0d3d314121edf590d0 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 16 Feb 2023 08:19:35 +1000 Subject: [PATCH] Add release note item about additional button fix - Fixed in #10062 / #9956 --- CHANGELOG.txt | 1 + docs/releases/5.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f00af8933b..bdbd2183ed 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 "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: 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 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) diff --git a/docs/releases/5.0.md b/docs/releases/5.0.md index 29ba659a5d..da54506d15 100644 --- a/docs/releases/5.0.md +++ b/docs/releases/5.0.md @@ -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 "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) + * Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro) ### Documentation