Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 2.36 KB

HISTORY.rst

File metadata and controls

96 lines (73 loc) · 2.36 KB

History

0.6.3 (XXXX-XX-XX)

  • Ensure correct creation of full URL for canonical urls
  • Move constants to settings

0.6.2 (2015-11-16)

  • Add app_config field to BlogLatestEntriesPlugin
  • Fix __str__ plugins method
  • Fix bug when selecting plugins template

0.6.1 (2015-10-31)

  • Improve toolbar: add all languages for each post
  • Improve toolbar: add per-apphook configurable changefreq, priority

0.6.0 (2015-10-30)

  • Add support for django CMS 3.2 Wizard
  • Add support for Apphook Config
  • Add Haystack support
  • Improved support for meta tags
  • Improved admin
  • 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.

0.5.0 (2015-08-09)

  • Add support for Django 1.8
  • Drop dependency on Django select2
  • Code cleanups
  • Enforce flake8 / isort checks
  • Add categories menu
  • Add option to disable the abstract

0.4.0 (2015-03-22)

  • 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

0.3.1 (2015-01-07)

  • Fix page_name in template
  • Set cascade to set null for post image and thumbnail options

0.3.0 (2015-01-04)

  • Multisite support
  • Configurable default author support
  • Refactored settings
  • Fix multilanguage issues
  • Fix SEO fields length
  • Post absolute url is generated from the title in any language if current is 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
  • Plugin API changed to filter out posts according to the request.
  • Django 1.7 support
  • Python 3.3 and 3.4 support

0.2.0 (2014-09-24)

  • INCOMPATIBLE CHANGE: view names changed!
  • Based on django parler 1.0
  • Toolbar items contextual to the current page
  • Add support for canonical URLs
  • Add transifex support
  • Add social tags via django-meta-mixin
  • Per-post or site-wide comments enabling
  • Simpler TextField-based content editing for simpler blogs
  • Add support for custom user models

0.1.0 (2014-03-06)

  • First experimental release