Changelog/release note for #3951

pull/3950/head
Karl Hobley 2017-11-23 09:48:19 +00:00
rodzic b380703bcf
commit 49b28311fc
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ Changelog
* Fix: Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage)
* Fix: Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
* Fix: Form submissions pagination no longer looses date filter when changing page (Bertrand Bordage)
* Fix: PostgreSQL search backend now removes duplicate page instances from the database (Bertrand Bordage)
1.13.1 (17.11.2017)

Wyświetl plik

@ -41,6 +41,7 @@ Bug fixes
* Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage)
* Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
* Form submissions pagination no longer looses date filter when changing page (Bertrand Bordage)
* PostgreSQL search backend now removes duplicate page instances from the database (Bertrand Bordage)
Upgrade considerations