Release note for #11039 in 5.1.3

pull/10948/head
Matt Westcott 2023-10-16 12:16:35 +01:00
rodzic 90c163078a
commit 997754fe99
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -112,6 +112,7 @@ Changelog
* Fix: Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah)
* Fix: Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah)
* Fix: Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn)
* Fix: Reinstate missing filter by page type on page search (Matt Westcott)
5.1.2 (25.09.2023)

Wyświetl plik

@ -17,3 +17,4 @@ depth: 1
* Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah)
* Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah)
* Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn)
* Reinstate missing filter by page type on page search (Matt Westcott)