mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 04:51:55 +00:00
Release note for #1596
This commit is contained in:
parent
2bd720497e
commit
4d4cced717
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ Changelog
|
|||
* Fix: The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo)
|
||||
* Fix: API endpoints now accept and ignore the `_` query parameter used by jQuery for cache-busting
|
||||
* Fix: Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon)
|
||||
* Fix: Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
|
||||
|
||||
1.1 (15.09.2015)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ Bug fixes
|
|||
* The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo)
|
||||
* API endpoints now accept and ignore the ``_`` query parameter used by jQuery for cache-busting
|
||||
* Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon)
|
||||
* Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue