mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 18:44:50 +00:00
Release note for #748
This commit is contained in:
parent
23393eaf90
commit
92d0dd9895
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Changelog
|
|||
* Fix: Fixed TypeError when getting embed HTML with oembed on Python 3 (John-Scott Atlakson)
|
||||
* Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap)
|
||||
* Fix: created_at timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
||||
* Fix: When copying pages recursively, revisions of sub-pages were being copied regardless of the copy_revisions flag
|
||||
|
||||
0.7 (09.10.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ Bug fixes
|
|||
* Fixed TypeError when getting embed HTML with oembed on Python 3
|
||||
* Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:``
|
||||
* ``created_at`` timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
||||
* When copying pages recursively, revisions of sub-pages were being copied regardless of the ``copy_revisions`` flag
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue