kopia lustrzana https://github.com/wagtail/wagtail
changelog entry for #531
rodzic
8f7cb58f0f
commit
a926bf4fe3
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6 (xx.xx.20xx)
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
* Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'
|
||||||
|
|
||||||
0.5 (01.08.2014)
|
0.5 (01.08.2014)
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
* Added multiple image uploader
|
* Added multiple image uploader
|
||||||
|
|
|
@ -30,6 +30,7 @@ Contributors
|
||||||
* Jeffrey Hearn
|
* Jeffrey Hearn
|
||||||
* Robert Clark
|
* Robert Clark
|
||||||
* Tim Heap
|
* Tim Heap
|
||||||
|
* Nathan Brizendine
|
||||||
|
|
||||||
Translators
|
Translators
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
==========================================
|
||||||
|
Wagtail 0.6 release notes - IN DEVELOPMENT
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
:depth: 1
|
||||||
|
|
||||||
|
|
||||||
|
What's new
|
||||||
|
==========
|
||||||
|
|
||||||
|
Minor features
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'.
|
||||||
|
|
||||||
|
Upgrade considerations
|
||||||
|
======================
|
|
@ -5,6 +5,7 @@ Release notes
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
roadmap
|
roadmap
|
||||||
|
0.6
|
||||||
0.5
|
0.5
|
||||||
0.4.1
|
0.4.1
|
||||||
0.4
|
0.4
|
||||||
|
|
Ładowanie…
Reference in New Issue