djangocms_blog/HISTORY.rst

73 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2014-01-05 09:34:10 +00:00
.. :changelog:
History
-------
2015-08-14 17:24:10 +00:00
0.6.0 (unreleased)
++++++++++++++++++
* LatestPostsPlugin tags field has been changed to a plain TaggableManager field.
A migration is in place to move the data, but backup your data first.
2015-08-09 07:23:33 +00:00
0.5.0 (2015-08-09)
2015-06-28 16:42:41 +00:00
++++++++++++++++++
2015-07-19 07:37:26 +00:00
* Add support for Django 1.8
2015-06-28 16:42:41 +00:00
* Drop dependency on Django select2
* Code cleanups
2015-07-19 07:37:26 +00:00
* Enforce flake8 / isort checks
2015-07-21 06:27:49 +00:00
* Add categories menu
* Add option to disable the abstract
2015-06-28 16:42:41 +00:00
2015-03-22 11:33:54 +00:00
0.4.0 (2015-03-22)
2015-02-27 18:45:02 +00:00
++++++++++++++++++
* Fix Django 1.7 issues
* Fix dependencies on python 3 when using wheel packages
* Drop Django 1.5 support
* Fix various templates issues
* UX fixes in the admin
2015-01-08 14:30:51 +00:00
0.3.1 (2015-01-07)
++++++++++++++++++
* Fix page_name in template
* Set cascade to set null for post image and thumbnail options
2015-01-04 17:50:05 +00:00
0.3.0 (2015-01-04)
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-12-02 12:04:11 +00:00
* Fix SEO fields length
* Post absolute url is generated from the title in any language if current is
2014-12-02 12:04:54 +00:00
not available
* If djangocms-page-meta and djangocms-page-tags are installed, the relevant
toolbar items are removed from the toolbar in the post detail view to avoid
confusings page meta / tags with post ones
2014-12-05 14:52:37 +00:00
* Plugin API changed to filter out posts according to the request.
2014-12-05 20:17:27 +00:00
* Django 1.7 support
2014-12-11 06:40:06 +00:00
* Python 3.3 and 3.4 support
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