mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 10:34:53 +00:00
Release note for #3999
This commit is contained in:
parent
a3e6ebb7d3
commit
e603080092
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Changelog
|
|||
* Fix: The `{% routablepageurl %}` template tag no longer generates invalid URLs when the `WAGTAIL_APPEND_SLASH` setting was set to `False` (Venelin Stoykov)
|
||||
* Fix: The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
|
||||
* 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)
|
||||
|
||||
|
||||
1.13.1 (xx.xx.20xx) - IN DEVELOPMENT
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ Bug fixes
|
|||
* The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
|
||||
* API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
* 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)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue