kopia lustrzana https://github.com/wagtail/wagtail
version bump to 0.8.10 due to packaging issues (grr)
Conflicts: CHANGELOG.txt docs/releases/index.rst wagtail/project_template/requirements.txt wagtail/wagtailcore/__init__.pypull/1692/head
rodzic
307b12da52
commit
8d123e29e9
|
@ -115,13 +115,19 @@ Changelog
|
|||
* Added new translations for Croatian and Finnish
|
||||
|
||||
|
||||
0.8.9 (16.09.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
0.8.10 (16.09.2015)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
* Fix: When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
* Fix: Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)
|
||||
* Fix: Resizing single pixel images with the "fill" filter no longer raises "ZeroDivisionError" or "tile cannot extend outside image"
|
||||
|
||||
|
||||
0.8.9 (16.09.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
[release withdrawn due to packaging issues]
|
||||
|
||||
|
||||
0.8.8 (18.06.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
===========================
|
||||
Wagtail 0.8.9 release notes
|
||||
===========================
|
||||
============================
|
||||
Wagtail 0.8.10 release notes
|
||||
============================
|
||||
|
||||
.. contents::
|
||||
:local:
|
|
@ -7,7 +7,7 @@ Release notes
|
|||
1.2
|
||||
1.1
|
||||
1.0
|
||||
0.8.9
|
||||
0.8.10
|
||||
0.8.8
|
||||
0.8.7
|
||||
0.8.6
|
||||
|
|
Ładowanie…
Reference in New Issue