Djangocms Blog Versions Save

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks

2.0.7

4 months ago

Bugfixes

  • Pin Django CMS version < 4, update Github test matrix (#786)

2.0.6

4 months ago

Features

  • Switch to Coveralls Github action (#774)

Bugfixes

  • Add sphinx-rtd-theme dependency in setup (#769)
  • Add force_str to FeaturedPostsPlugin str method (#780)
  • Fix FeaturedPostsPlugin get_posts method rendering all posts instead of selected ones (#781)

2.0.5

7 months ago

Bugfixes

  • Pin correct django-meta version (#763)

2.0.4

7 months ago

Bugfixes

  • Bump django-meta version in setup.cfg (#761)

2.0.3

7 months ago

Features

  • Migrate to bump-my-version (#759)

2.0.2

8 months ago

Features

  • Update translations (#751)

2.0.1

9 months ago

Features

  • Add BlogFeaturedPostsPlugin to show selected posts (#428)

2.0.0

9 months ago

Features

  • Add include in rss field to post, to be able to exclude blog items from rss feed. (#663)
  • Add a CMS toolbar item for category and tag list (#676)
  • Add optional BLOG_UNICODE_SLUGS setting that disable unicode in blog posts slugs. (#707)
  • Improve meta image size handling (#718)
  • Port to django 3.2/4.1 - django CMS 3.11 (#720)
  • Add default_auto_field to BlogAppConfig (#737)

Bugfixes

  • Fix distinct preventing post delete from admin (#683)
  • See description here: https://github.com/nephila/djangocms-blog/issues/699 (#699)
  • Add classname for categories and tags that uses slug, not empty "count". (#710)
  • Fix pre-commit flake8 repo url (#715)
  • Fix template urls not respecting namespaces (#723)
  • Do not show a post detail published on another site (#724)

1.2.3

3 years ago

Features

  • Improve django-app-enabler support (#660)
  • Update translations
  • Update django-app-enabler information

1.2.2

3 years ago

Features

  • Add support for Python 3.9 (#657)

Bugfixes

  • Handle unicode chars in reverse of Post and Category models, using Django path() method instead of url() (#653)

Improved Documentation

  • Update docs to clarify how to add content (#636)