mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-03 06:40:28 +00:00
Release note for #1970
This commit is contained in:
parent
7a681f94f7
commit
8a22c977a2
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ Contributors
|
|||
* Rich Brennan
|
||||
* Alex Bridge
|
||||
* Tamriel
|
||||
* LKozlowski
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue