pull/6759/head
Matt Westcott 2021-01-29 16:12:55 +00:00
rodzic 7131baab28
commit cb29fbba65
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Changelog
* Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott) * Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
* Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey) * Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
* Fix: Reinstate chevron on collection dropdown (Mike Brown) * Fix: Reinstate chevron on collection dropdown (Mike Brown)
* Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)
2.11.3 (10.12.2020) 2.11.3 (10.12.2020)

Wyświetl plik

@ -48,6 +48,7 @@ Bug fixes
* Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott) * Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
* Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey) * Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
* Reinstate chevron on collection dropdown (Mike Brown) * Reinstate chevron on collection dropdown (Mike Brown)
* Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)
Upgrade considerations Upgrade considerations