Skip to content

Releases: nephila/djangocms-blog

0.9.6

02 May 20:29
2486fdd
Compare
Choose a tag to compare
  • Fixed string representation when model has no language
  • Added subtitle field

0.9.5

09 Apr 23:13
98455f5
Compare
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
Compare
Choose a tag to compare
  • Fixed migration error from 0.8 to 0.9

0.9.3

09 Apr 23:13
e720a3d
Compare
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
Compare
Choose a tag to compare
  • Fixed missing migration

0.9.1

09 Apr 23:12
e6a7170
Compare
Choose a tag to compare
  • Added Django 1.11 support

0.9.0

09 Apr 23:12
24e4edc
Compare
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
Compare
Choose a tag to compare
  • Dropped python 2.6 compatibility
  • Fixed exceptions in str
  • Fixed issue with duplicated categories in menu

0.8.12

11 Mar 23:19
80daad3
Compare
Choose a tag to compare
  • Fixed migrations on Django 1.10

0.8.11

04 Mar 17:31
7a4b73f
Compare
Choose a tag to compare
  • Fixed support for aldryn-apphooks-config 0.3.1