Release note for #10541 in 5.0.2

pull/10567/head
Matt Westcott 2023-06-14 18:50:21 +01:00
rodzic 015c4339d7
commit 5757af4f21
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -43,6 +43,7 @@ Changelog
* Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
* Fix: Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott)
* Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
5.0.1 (25.05.2023)

Wyświetl plik

@ -13,5 +13,6 @@ depth: 1
### Bug fixes
* Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
* Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott)
* Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
* Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott)
* Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)