mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 15:34:43 +00:00
Release note for #3965
This commit is contained in:
parent
aebb69a2ba
commit
e5ecc6318b
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ Changelog
|
|||
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
* 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)
|
||||
|
||||
|
||||
1.13.1 (xx.xx.20xx) - IN DEVELOPMENT
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ Bug fixes
|
|||
* The ``{% routablepageurl %}`` template tag no longer generates invalid URLs when the ``WAGTAIL_APPEND_SLASH`` setting was set to ``False`` (Venelin Stoykov)
|
||||
* 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)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue