Release notes for #7306 and #7298 in 2.13.3

pull/7310/head
Matt Westcott 2021-07-02 12:10:25 +01:00
rodzic aff898ad8d
commit d7bd351660
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,8 @@ Changelog
* Fix: Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone)
* Fix: Include form media on account settings page (Matt Westcott)
* Fix: Avoid error when rendering validation error messages on ListBlock children (Matt Westcott)
* Fix: Prevent comments CSS from overriding admin UI colour customisations (Matt Westcott)
* Fix: Avoid validation error when editing rich text content preceding a comment (Jacob Topp-Mugglestone)
2.13.2 (17.06.2021)

Wyświetl plik

@ -16,3 +16,5 @@ Bug fixes
* Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone)
* Include form media on account settings page (Matt Westcott)
* Avoid error when rendering validation error messages on ListBlock children (Matt Westcott)
* Prevent comments CSS from overriding admin UI colour customisations (Matt Westcott)
* Avoid validation error when editing rich text content preceding a comment (Jacob Topp-Mugglestone)