Conflicts:
	CHANGELOG.txt
	docs/releases/1.2.rst
pull/1725/merge
Matt Westcott 2015-10-23 10:00:52 +01:00
commit 94ee586276
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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: Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk)
* Fix: Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
1.1 (15.09.2015)

Wyświetl plik

@ -74,6 +74,7 @@ Contributors
* Petr Vacha
* Josh Barr
* Sævar Öfjörð Magnússon
* Ashia Zawaduk
Translators

Wyświetl plik

@ -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)
* Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk)
* Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
Upgrade considerations