djangocms_blog/HISTORY.rst

33 lines
673 B
ReStructuredText
Raw Normal View History

2014-01-05 09:34:10 +00:00
.. :changelog:
History
-------
2014-11-30 11:58:10 +00:00
0.3.0 (unreleased)
2014-10-04 17:27:53 +00:00
++++++++++++++++++
* Multisite support
2014-10-11 10:54:07 +00:00
* Configurable default author support
* Refactored settings
* Fix multilanguage issues
2014-11-30 11:58:10 +00:00
* Fix SEO fields length.
2014-10-04 17:27:53 +00:00
2014-09-24 09:56:50 +00:00
0.2.0 (2014-09-24)
++++++++++++++++++
* **INCOMPATIBLE CHANGE**: view names changed!
2014-09-04 07:19:59 +00:00
* Based on django parler 1.0
* Toolbar items contextual to the current page
* Add support for canonical URLs
* Add transifex support
2014-04-19 17:25:53 +00:00
* Add social tags via django-meta-mixin
2014-04-26 07:01:23 +00:00
* Per-post or site-wide comments enabling
* Simpler TextField-based content editing for simpler blogs
2014-09-04 07:19:59 +00:00
* Add support for custom user models
2014-03-06 19:03:07 +00:00
0.1.0 (2014-03-06)
++++++++++++++++++
* First experimental release