mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 11:41:11 +00:00
Moved changelog/release note for #4503 to version 2.2
This commit is contained in:
parent
10f4c0b082
commit
0e19076b1c
4 changed files with 29 additions and 2 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.2 (xx.xx.xxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
|
||||
|
||||
2.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -29,7 +35,6 @@ Changelog
|
|||
* Expose reusable client-side code to build Draftail extensions (Thibaud Colas)
|
||||
* Added `WAGTAILFRONTENDCACHE_LANGUAGES` setting to specify the languages whose URLs are to be purged when using `i18n_patterns` (PyMan Claudio Marinozzi)
|
||||
* Added `extra_footer_actions` template blocks for customising the add/edit page views (Arthur Holzner)
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
* Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston))
|
||||
* Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto)
|
||||
* Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo)
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@ Other features
|
|||
* Expose reusable client-side code to build Draftail extensions (Thibaud Colas)
|
||||
* Added ``WAGTAILFRONTENDCACHE_LANGUAGES`` setting to specify the languages whose URLs are to be purged when using ``i18n_patterns`` (PyMan Claudio Marinozzi)
|
||||
* Added ``extra_footer_actions`` template blocks for customising the add/edit page views (Arthur Holzner)
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
22
docs/releases/2.2.rst
Normal file
22
docs/releases/2.2.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
==========================================
|
||||
Wagtail 2.1 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.2
|
||||
2.1
|
||||
2.0.2
|
||||
2.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue