Skip to content

0.9.0

Compare
Choose a tag to compare
@yakky yakky released this 09 Apr 23:12
· 254 commits to develop since this release
24e4edc
  • Added support for django CMS 3.4, 3.5
  • Dropped support for Django<1.8, django CMS<3.2.
  • Added liveblog application.
  • Refactored plugin filters: by default only data for current site are now shown.
  • Added global and per site posts count to BlogCategory.
  • Added option to hide empty categories from menu.
  • Added standalone documentation at https://djangocms-blog.readthedocs.io.
  • Enabled cached version of BlogLatestEntriesPlugin.
  • Added plugins templateset.
  • Improved category admin to avoid circular relationships.
  • Dropped strict dependency on aldryn-search, haystack. Install separately for search support.
  • Improved admin filtering.
  • Added featured date to post.
  • Fixed issue with urls in sitemap if apphook is not published
  • Moved template to easy_thumbnails_tags template tag. Require easy_thumbnails >= 2.4.1
  • Made HTML description and title fields length configurable
  • Added meta representation for CategoryEntriesView
  • Generated valid slug in wizard if the given one is taken
  • Fixed error in category filtering when loading the for via POST
  • Returned 404 in AuthorEntriesView if author does not exists
  • Returned 404 in CategoryEntriesView if category does not exists
  • Generate valid slug in wizard if the given one is taken
  • Limit categories / related in forms only to current lan