Skip to content

Releases: nephila/djangocms-blog

0.9.8

13 Jan 23:06
9890e13

Choose a tag to compare

  • Fixed test environment in Django 1.8, 1.9
  • Added related posts to templates / documentation
  • Added a fix for multiple error messages when slug is not unique

0.9.7

05 May 10:42
365010e

Choose a tag to compare

  • Fixed subtitle field not added to the admin

0.9.6

02 May 20:29
2486fdd

Choose a tag to compare

  • Fixed string representation when model has no language
  • Added subtitle field

0.9.5

09 Apr 23:13
98455f5

Choose a tag to compare

  • Fixed jquery path in Django 1.9+"Fix jquery path in Django 1.9+
  • Added configurable blog abstract/text CKEditor

0.9.4

09 Apr 23:13
f0aa933

Choose a tag to compare

  • Fixed migration error from 0.8 to 0.9

0.9.3

09 Apr 23:13
e720a3d

Choose a tag to compare

  • Added dependency on lxml used in feeds
  • Fixed warning on django CMS 3.5
  • Fixed wizard in Django 1.11
  • Updated translations

0.9.2

09 Apr 23:12
fd04c7a

Choose a tag to compare

  • Fixed missing migration

0.9.1

09 Apr 23:12
e6a7170

Choose a tag to compare

  • Added Django 1.11 support

0.9.0

09 Apr 23:12
24e4edc

Choose a tag to compare

  • 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

0.8.13

09 Apr 23:11
76670e7

Choose a tag to compare

  • Dropped python 2.6 compatibility
  • Fixed exceptions in str
  • Fixed issue with duplicated categories in menu