pull/1970/merge
Matt Westcott 2015-12-03 19:43:31 +00:00
rodzic 7a681f94f7
commit 8a22c977a2
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ Changelog
* Fix: Creating pages at the root level (and any other instances of the base `Page` model) now properly respects the `parent_page_types` setting
* Fix: Settings menu now opens correctly from the page editor and styleguide views
* Fix: `subpage_types` / `parent_page_types` business rules are now enforced when moving pages
* Fix: Multi-word tags on images and documents are now correctly preserved as a single tag (LKozlowski)
1.2 (12.11.2015)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -82,6 +82,7 @@ Contributors
* Rich Brennan
* Alex Bridge
* Tamriel
* LKozlowski
Translators

Wyświetl plik

@ -31,6 +31,7 @@ Bug fixes
* Creating pages at the root level (and any other instances of the base ``Page`` model) now properly respects the `parent_page_types` setting
* Settings menu now opens correctly from the page editor and styleguide views
* ``subpage_types`` / ``parent_page_types`` business rules are now enforced when moving pages
* Multi-word tags on images and documents are now correctly preserved as a single tag (LKozlowski)
Upgrade considerations