Release notes for #3592

pull/3810/head
Janneke Janssen 2017-12-01 16:24:05 +01:00
rodzic 8b7510e16b
commit 91d1150fc4
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,7 @@ Changelog
* Fix: `FormSubmissionsPanel` now recognises custom form submission classes (LB (Ben Johnston))
* Fix: Prevent the footer and revisions link from unnecessarily collapsing on mobile (Jack Paine)
* Fix: Empty searches were activated when paginating through images and documents (LB (Ben Johnston))
* Fix: Summary numbers of pages, images and documents were not responsive when greater than 4 digits (Michael Palmer)
1.13.1 (17.11.2017)

Wyświetl plik

@ -263,6 +263,7 @@ Contributors
* Jon Carmack
* Martin Sandström
* Adrian Turjak
* Michael Palmer
Translators
===========

Wyświetl plik

@ -53,6 +53,7 @@ Bug fixes
* ``FormSubmissionsPanel`` now recognises custom form submission classes (LB (Ben Johnston))
* Prevent the footer and revisions link from unnecessarily collapsing on mobile (Jack Paine)
* Empty searches were activated when paginating through images and documents (LB (Ben Johnston))
* Summary numbers of pages, images and documents were not responsive when greater than 4 digits (Michael Palmer)
Upgrade considerations