mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 14:04:46 +00:00
Release note for #1093
This commit is contained in:
parent
d140bff2f0
commit
2977f46a86
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ Changelog
|
|||
* Increased the maximum length of a page slug from 50 to 255 characters
|
||||
* Plain text fields in the page editor now use auto-expanding text areas
|
||||
* Date / time pickers now consistently use times without seconds, to prevent Javascript behaviour glitches when focusing / unfocusing fields
|
||||
* Added hooks `register_rich_text_embed_handler` and `register_rich_text_link_handler` for customising link / embed handling within rich text fields
|
||||
|
||||
|
||||
0.8.6 (10.03.2015)
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ Core
|
|||
* Added validation to prevent pages being created with only whitespace characters in their title fields
|
||||
* The Page model now records the date/time that a page was first published, as the field ``first_published_at``
|
||||
* Increased the maximum length of a page slug from 50 to 255 characters
|
||||
* Added hooks ``register_rich_text_embed_handler`` and ``register_rich_text_link_handler`` for customising link / embed handling within rich text fields
|
||||
|
||||
|
||||
Admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue